Body Class |
Namespace: Aspose.Email.Clients.ActiveSync.TransportLayer
The Body type exposes the following members.
Name | Description | |
---|---|---|
![]() | Body | Initializes a new instance of the Body class |
Name | Description | |
---|---|---|
![]() | Data |
The content of the Data element is a string in the format that is specified by the Type property.
If the value of the Type is RTF, the value of the Data element is encoded using base64 encoding.
If the Truncated property set true, the data in the Data element is truncated.
The EstimatedDataSize property provides a rough estimation of the actual size of the complete content of the Data string.
|
![]() | EstimatedDataSize |
Specifies an informational estimate of the size of the data associated with the parent element.
The EstimatedDataSize element SHOULD be presented whenever the Truncated element is set to TRUE
|
![]() | Part |
Contains an integer index into the metadata of the multipart response.
This property MUST be present in multipart responses.
This property MUST NOT be present in requests or non-multipart responses.
|
![]() | Preview |
Contains the Unicode plain text message or message part preview returned to the client.
|
![]() | Truncated |
Specifies whether the body of the item has been truncated according to the BodyPreference element indicated by the client.
If the value is TRUE, then the body of the item has been truncated. If the value is FALSE, or Truncated property is not set, then the body of the item has not been truncated.
|
![]() | Type |
Specifies the format type of the body content of the item.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |