AirSyncBase

AirSyncBase enumeration

AirSyncBase namespace of the ActiveSync protocol

public enum AirSyncBase

Values

Name Value Description
BodyPreference 5 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 6 The preferred format type of the body content of the item.
TruncationSize 7 Specifies the size, in bytes, of the content that the client wants to search, synchronize, or fetch.
AllOrNone 8 Specifies whether to search, synchronize, or retrieve all or none of the content based on the TruncationSize element.
Body 10 A collection of elements that specifies a free-form, variable-length data field associated with a stored item on the server.
Data 11 The body of the calendar item, contact, document, e-mail, or task.
EstimatedDataSize 12 An informational estimate of the size of the data associated with the item’s Body element.
Truncated 13 Specifies whether the body of the item has been truncated according to the BodyPartPreference element indicated by the client.
Attachments 14 A collection of elements that contains one or more attachment items.
Attachment 15 Specifies the attachment information for a single attachment item.
DisplayName 16 The display name of the attachment.
FileReference 17 A unique identifier that is assigned by the server to each attachment to a message.
Method 18 Identifies the method in which the attachment was attached.
ContentId 19 Contains the unique object ID for an attachment.
ContentLocation 20 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 21 Specifies whether the attachment is embedded in the message.
NativeBodyType 22 The original format type of the item.
ContentType 23 Type of the content
Preview 24 The preferred length of the message preview to be returned to the client.
BodyPartPreference 25 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.
BodyPart 26 A collection of elements that contains the message part of the body of an e-mail.
Status 27 The status of the Data element within the BodyPart response.

See Also