RemindersUseDefault Property |
Whether the default reminders of the calendar apply to the event.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool UseDefault { get; set; }
Public Property UseDefault As Boolean
Get
Set
public:
property bool UseDefault {
bool get ();
void set (bool value);
}
member UseDefault : bool with get, set
Property Value
Type:
Boolean
See Also