MeetingRequestMessageType.MeetingTimeZone Property

Definition

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.

public:
 property ExchangeWebServices::TimeZoneType ^ MeetingTimeZone { ExchangeWebServices::TimeZoneType ^ get(); void set(ExchangeWebServices::TimeZoneType ^ value); };
public ExchangeWebServices.TimeZoneType MeetingTimeZone { get; set; }
Public Property MeetingTimeZone As TimeZoneType

Property Value

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.

Applies to