TimeZoneContext

Topic Last Modified: 2009-07-23

The TimeZoneContext element is used in the SOAP header of a request. When this element is present, the DateTime properties of tasks that are created or updated will be scoped to the time zone that is specified within the TimeZoneContext element. This element was introduced in Microsoft Exchange Server 2007 Service Pack 2 (SP2).

Syntax

<TimeZoneContext>
   <TimeZoneDefinition/>
</TimeZoneContext>

Type

TimeZoneContextType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

TimeZoneDefinition

Represents the time zone for DateTime properties of tasks that are created or updated.

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 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Other Resources

Exchange Web Services XML Elements