MeetingMessage.IsOrganizer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.