NotificationMethod Enumeration |
The method used by this notification.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum NotificationMethod
Public Enumeration NotificationMethod
public enum class NotificationMethod
Members
| Member name | Value | Description |
---|
| Email | 0 |
Reminders are sent via email.
|
| Sms | 1 |
Reminders are sent via SMS.
|
See Also