_AppointmentItem.GetOrganizer Method
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.
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.