GetServerTimeZonesType Members
Include Protected Members
Include Inherited Members
The GetServerTimeZonesType class represents a request to retrieve time zone definitions from the Exchange Server.
The GetServerTimeZonesType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GetServerTimeZonesType | The GetServerTimeZonesType constructor initializes a new instance of the GetServerTimeZonesType class. |
Top
Properties
Name | Description | |
---|---|---|
Ids | The Ids property gets or sets an array of identifiers that represent the requested time zone definitions. | |
ReturnFullTimeZoneData | The ReturnFullTimeZoneData property gets or sets a Boolean value that indicates whether the GetServerTimeZones Operation returns the complete definition or only the name and identifier for each time zone. | |
ReturnFullTimeZoneDataSpecified | The ReturnFullTimeZoneDataSpecified property gets a Boolean value that specifies whether the ReturnFullTimeZoneData property is serialized into the SOAP request. |
Top