public final class ReminderMethods
extends com.aspose.ms.System.Enum
The method used by this reminder.
Modifier and Type | Field and Description |
---|---|
static int |
email
Reminders are sent via email.
|
static int |
popup
Reminders are sent via a UI popup.
|
static int |
sms
Reminders are sent via SMS.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int email
Reminders are sent via email.
public static final int sms
Reminders are sent via SMS.
public static final int popup
Reminders are sent via a UI popup.