MeetingMessageType.IsOutOfDate Property

The IsOutOfDate property gets or sets a Boolean value that indicates whether a meeting message is out-of-date.

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

Syntax

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

value = instance.IsOutOfDate

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

Property Value

Type: System.Boolean
The IsOutOfDate property returns true if the meeting message is out-of-date; otherwise, the property returns false.