2.2.2 Elements
The following table summarizes the set of common XML schema element definitions defined by this specification. XML schema element definitions that are specific to a particular operation are described with the operation.
|
Element name |
Description |
|
FileReference (section 2.2.2.13.2) |
A unique identifier that is assigned by the server to each attachment to a message. |
|
BodyPreference (section 2.2.2.7) |
A collection of elements that sets the preference information related to the type and size of information that is returned from searching, synchronizing, or fetching. |
|
Type (section 2.2.2.22.4) |
The preferred format type of the body content of the item. |
|
TruncationSize (section 2.2.2.21.2) |
Specifies the size, in bytes, of the content that the client wants to search, synchronize, or fetch. |
|
AllOrNone (section 2.2.2.1.2) |
Specifies whether to search, synchronize, or retrieve all or none of the content based on the TruncationSize element. |
|
Preview (section 2.2.2.18.4) |
The preferred length of the message preview to be returned to the client. |
|
BodyPartPreference (section 2.2.2.6) |
A collection of elements that sets the preference information related to the type and size of information that is returned from searching, synchronizing, or fetching a BodyPart. |
|
Type (section 2.2.2.22.3) |
The preferred format type of the body part content of the item. |
|
TruncationSize (section 2.2.2.21.1) |
Specifies the size, in bytes, of the content that the client wants to search, synchronize, or fetch. |
|
AllOrNone (section 2.2.2.1.1) |
Specifies whether to search, synchronize, or retrieve all or none of the content based on the TruncationSize element. |
|
Preview (section 2.2.2.18.3) |
The preferred length of the message preview to be returned to the client. |
|
Body (section 2.2.2.4) |
A collection of elements that specifies a free-form, variable-length data field associated with a stored item on the server. |
|
Type (section 2.2.2.22.1) |
The format type of the body content of the item. |
|
EstimatedDataSize (section 2.2.2.12.2) |
An informational estimate of the size of the data associated with the item's Body element. |
|
Truncated (section 2.2.2.20.1) |
Specifies whether the body of the item has been truncated according to the BodyPreference element indicated by the client. |
|
Data (section 2.2.2.10.1) |
The body of the calendar item, contact, document, e-mail, or task. |
|
Preview (section 2.2.2.18.1) |
The length of the message preview to be returned to the client. |
|
Part (section 2.2.2.17) |
The integer index into the metadata of the multipart response. |
|
BodyPart (section 2.2.2.5) |
A collection of elements that contains the message part of the body of an e-mail. |
|
Status (section 2.2.2.19) |
The status of the Data element within the BodyPart response. |
|
Type (section 2.2.2.22.2) |
The format type of the body part content of the item. |
|
EstimatedDataSize (section 2.2.2.12.3) |
An informational estimate of the size of the data associated with the item's BodyPart element. |
|
Truncated (section 2.2.2.20.2) |
Specifies whether the body of the item has been truncated according to the BodyPartPreference element indicated by the client. |
|
Data (section 2.2.2.10.2) |
The body part of the calendar item, contact, document, e-mail, note, or task. |
|
Preview (section 2.2.2.18.2) |
The length of the message preview to be returned to the client. |
|
Attachments (section 2.2.2.3) |
A collection of elements that contains one or more attachment items. |
|
Attachment (section 2.2.2.2) |
Specifies the attachment information for a single attachment item. |
|
DisplayName (section 2.2.2.11) |
The display name of the attachment. |
|
FileReference (section 2.2.2.13.1) |
The location of an item on the server to retrieve. |
|
Method (section 2.2.2.15) |
Identifies the method in which the attachment was attached. |
|
EstimatedDataSize (section 2.2.2.12.1) |
An informational estimate of the size of the data associated with the attachment. |
|
ContentId (section 2.2.2.8) |
Contains the unique object ID for an attachment. |
|
ContentLocation (section 2.2.2.9) |
Contains the relative URI for an attachment, which is used to match a reference to an inline attachment in an HTML message to the attachment in the attachments table. |
|
IsInline (section 2.2.2.14) |
Specifies whether the attachment is embedded in the message. |
|
NativeBodyType (section 2.2.2.16) |
The original format type of the item. |