_AppointmentItem.GetOrganizer Method
Obtains the AddressEntry object that contains information from the Address Book about the organizer of the AppointmentItem.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function GetOrganizer As AddressEntry
'Usage
Dim instance As _AppointmentItem
Dim returnValue As AddressEntry
returnValue = instance.GetOrganizer()
[DispIdAttribute()]
AddressEntry GetOrganizer()
Return Value
Type: Microsoft.Office.Interop.Outlook.AddressEntry
Returns an AddressEntry object that represents the organizer of the AppointmentItem.