ItemType.ReminderDueBySpecified Property

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

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

Syntax

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

value = instance.ReminderDueBySpecified

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

Property Value

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