MeetingRequestMessageType.IsMeeting Property

Definition

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.

public:
 property bool IsMeeting { bool get(); void set(bool value); };
public bool IsMeeting { get; set; }
Public Property IsMeeting As Boolean

Property Value

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.

Applies to