MeetingRequestMessageType.Organizer Property
The Organizer property gets or sets an instance of the SingleRecipientType class that represents the organizer of the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Organizer As SingleRecipientType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
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 the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also