ItemType.ReminderIsSet Property
The ReminderIsSet property gets or sets a Boolean value that indicates whether a reminder has been set for an item in the Exchange store.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReminderIsSet As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.ReminderIsSet
instance.ReminderIsSet = value
public bool ReminderIsSet { get; set; }
Property Value
Type: System.Boolean
The ReminderIsSet property returns true if a reminder has been set for the item; otherwise, the property returns false.
See Also