_AppointmentItem.GetOrganizer Method

Definition

Obtains the AddressEntry object that contains information from the Address Book about the organizer of the AppointmentItem.

public:
 Microsoft::Office::Interop::Outlook::AddressEntry ^ GetOrganizer();
public Microsoft.Office.Interop.Outlook.AddressEntry GetOrganizer ();
Public Function GetOrganizer () As AddressEntry

Returns

Returns an AddressEntry object that represents the organizer of the AppointmentItem.

Applies to