MeetingMessage.IsOrganizer Property

Definition

Gets whether the message sender is the meeting organizer. The IsOrganizer property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<bool> IsOrganizer { Nullable<bool> get(); };
public Nullable<bool> IsOrganizer { get; }
Public ReadOnly Property IsOrganizer As Nullable(Of Boolean)

Property Value

true if the message sender is the meeting organizer; otherwise, false.

Applies to