CalendarItemType.Organizer Property
The Organizer property gets or sets an instance of the SingleRecipientType class that represents the organizer of a meeting.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Organizer As SingleRecipientType
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As SingleRecipientType
value = instance.Organizer
instance.Organizer = value
public SingleRecipientType Organizer { get; set; }
Property Value
Type: ExchangeWebServices.SingleRecipientType
The Organizer property returns an instance of the SingleRecipientType class that represents the organizer of a meeting.
Remarks
Only the Name property is returned in a FindItem call. The EmailAddress property is not returned in a FindItem call.
See Also