Start

The Start element represents the start of a duration.

<Start/>

DateTime

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
DeletedOccurrence
Represents a deleted occurrence of a recurring calendar item.
FirstOccurrence
Represents the first occurrence of a recurring calendar item.
LastOccurrence
Represents the last occurrence of a recurring calendar item.
MeetingRequest
Represents a meeting request in the Exchange store.
Occurrence
Represents a single modified occurrence of a recurring calendar item.

Text value

The text value represents the start of a duration.

Remarks

The UpdateItem operation can set the Start and End time of an Exchange store item. In an UpdateItem request, the Start time can be set without also setting the End time. This can cause an error if the Start time is later than the End time. Be aware that client applications must perform adjustments to End time when that Start time is changed in order to preserve the duration.

Note

The time zone offset information is lost if the Start and End dates of the recurring master item do not have a date that is equal to the first occurrence of a weekly recurrence pattern.

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

Code Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also