MeetingRequestMessageType.MeetingRequestWasSent Property

The MeetingRequestWasSent property gets or sets a Boolean value that specifies whether the meeting request that is represented by this instance of the MeetingRequestMessageType class has been sent to the requested attendees.

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

Syntax

'Declaration
Public Property MeetingRequestWasSent As Boolean
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Boolean

value = instance.MeetingRequestWasSent

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

Property Value

Type: System.Boolean
The MeetingRequestWasSent property returns true if the meeting request that is represented by this instance of the MeetingRequestMessageType class has been sent to the requested attendees; otherwise, the property returns false.