CalendarEventDetails.IsReminderSet Property
The IsReminderSet property gets or sets a Boolean value that indicates whether a reminder is set for the calendar event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsReminderSet As Boolean
Get
Set
'Usage
Dim instance As CalendarEventDetails
Dim value As Boolean
value = instance.IsReminderSet
instance.IsReminderSet = value
public bool IsReminderSet { get; set; }
Property Value
Type: System.Boolean
The IsReminderSet property returns true if a reminder is set for the calendar event; otherwise, the property returns false.