GetServerTimeZones
The GetServerTimeZones element is the root element in a request to retrieve time zone definitions from the Exchange server.
<GetServerTimeZones ReturnFullTimeZoneData=""> <Ids/></GetServerTimeZones>
GetServerTimeZonesType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
ReturnFullTimeZoneData |
Specifies whether the GetServerTimeZones operation returns the complete definition or only the name and identifier for each time zone. This attribute is optional. The default value is true. |
ReturnFullTimeZoneData Attribute
Value | Description |
---|---|
true |
Return the complete definitions for each time zone. |
false |
Return only the name and identifier for each time zone. |
Child elements
Element | Description |
---|---|
Ids |
Contains an array of time zone definition identifiers that specifies the requested time zone definitions. This element is optional. If this element is not included in the GetServerTimeZones operation request, all time zone definitions that are available on the server are returned in the response. |
Parent elements
None.
Remarks
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
Element information
Element | Example |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/messages |
Schema Name |
Messages schema |
Validation File |
Messages.xsd |
Can be Empty |
False |