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