CalendarItemType.Organizer Property

Definition

The Organizer property gets or sets an instance of the SingleRecipientType class that represents the organizer of a meeting.

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 a meeting.

Remarks

Only the Name property is returned in a FindItem call. The EmailAddress property is not returned in a FindItem call.

Applies to