MeetingRequestMessageType.Organizer Property

Definition

The Organizer property gets or sets an instance of the SingleRecipientType class that represents the organizer of the meeting that is associated with this instance of the MeetingRequestMessageType class.

public:
 property ExchangeWebServices::SingleRecipientType ^ Organizer { ExchangeWebServices::SingleRecipientType ^ get(); void set(ExchangeWebServices::SingleRecipientType ^ value); };
public ExchangeWebServices.SingleRecipientType Organizer { get; set; }
Public Property Organizer As SingleRecipientType

Property Value

The Organizer property returns an instance of the SingleRecipientType class that represents the organizer of the meeting that is associated with this instance of the MeetingRequestMessageType class.

Applies to