Partilhar via


MeetingRequestMessageType.IsMeeting Property

The IsMeeting property gets or sets a Boolean value that specifies whether the calendar item that is associated with this instance of the MeetingRequestMessageType class is a meeting.

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

Syntax

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

value = instance.IsMeeting

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

Property Value

Type: System.Boolean
The IsMeeting property returns true if the calendar item that is associated with this instance of the MeetingRequestMessageType class is a meeting; otherwise, the property returns false.