MeetingRequestMessageType.MeetingTimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.