ItemType.ReminderIsSetSpecified Property

The ReminderIsSetSpecified property gets or sets a Boolean value that specifies whether the ReminderIsSet property is serialized into the SOAP request. This property is required if the ReminderIsSet property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ReminderIsSetSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As Boolean

value = instance.ReminderIsSetSpecified

instance.ReminderIsSetSpecified = value
public bool ReminderIsSetSpecified { get; set; }

Property Value

Type: System.Boolean
The ReminderIsSetSpecified property returns true if the ReminderIsSet property is serialized into the SOAP request; otherwise, the property returns false.