_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
ReadOnly Property Organizer As String
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As String

value = instance.Organizer
string Organizer { get; }

Property Value

Type: System.String

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace