MeetingRequestMessageType.MeetingTimeZone Property
The MeetingTimeZone property gets or sets an instance of the TimeZoneType class that represents the time zone of the location for the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingTimeZone As TimeZoneType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As TimeZoneType
value = instance.MeetingTimeZone
instance.MeetingTimeZone = value
public TimeZoneType MeetingTimeZone { get; set; }
Property Value
Type: ExchangeWebServices.TimeZoneType
The MeetingTimeZone property returns an instance of the TimeZoneType class that represents the time zone of the location for the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also