_AppointmentItem.Organizer Property
Returns a String (string in C#) representing the name of the organizer of the appointment. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Organizer As String
Get
'Usage
Dim instance As _AppointmentItem
Dim value As String
value = instance.Organizer
[DispIdAttribute()]
string Organizer { get; }
Property Value
Type: System.String