MeetingMessageType.IsOutOfDateSpecified Property

The IsOutOfDateSpecified property gets or sets a Boolean value that specifies whether the IsOutOfDate property is serialized into the SOAP message. This property is required if the IsOutOfDate property is specified.

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

Syntax

'Declaration
Public Property IsOutOfDateSpecified As Boolean
    Get
    Set
'Usage
Dim instance As MeetingMessageType
Dim value As Boolean

value = instance.IsOutOfDateSpecified

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

Property Value

Type: System.Boolean
The IsOutOfDateSpecified property returns true if the IsOutOfDate property is serialized into the SOAP message; otherwise, the property returns false.