CalendarItemType.MeetingRequestWasSent Property
The MeetingRequestWasSent property gets or sets a Boolean value that indicates whether a meeting request has been sent to requested attendees.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingRequestWasSent As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
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 a meeting request has been sent for this meeting; otherwise, the property returns false.
See Also