ItOpFetchOptions Class

Contains the options for the ItemOperations.Fetch operation.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItOpFetchOptions

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ItOpFetchOptions

The ItOpFetchOptions type exposes the following members.

Constructors
  NameDescription
Public methodItOpFetchOptions
Initializes a new instance of the ItOpFetchOptions class
Properties
  NameDescription
Public propertyBodyPartPreference
Contains preference information related to the type and size of information that is returned from searching, synchronizing, or fetching a message part.
Public propertyBodyPreference
Contains preference information related to the type and size of information that is returned from searching, synchronizing, or fetching.
Public propertyMIMESupport
Enables MIME support for email items that are sent from the server to the client.
Public propertyPassword
Specifies the password for the given UserName. The server accepts password values up to 256 characters in length.
Public propertyRange
Specifies the range of bytes that the client can receive in response to the Fetch operation for a document library item. The Range element is an optional field. The Range element contains a string value in the format M-N, where M is less than N, and M is the minimum value and N is the maximum value. The byte range is zero-indexed; the first byte is indicated by a 0 (zero). If the Range is omitted in the Fetch request, the whole item is fetched. If the FileReference is present in the request, then the Range element is the only valid child element of the Options element.
Public propertyRightsManagementSupport
Specifies how the server returns rights-managed email messages to the client. If the value of this element is TRUE, the server will decompress and decrypt rights-managed email messages before sending them to the client, as specified in section 3.2.4.3. If the value is FALSE (0), the server will not decompress or decrypt rights-managed email messages before sending them to the client. If the RightsManagementSupport element is not defined, a default value of FALSE is assumed.
Public propertySchema
Specifies the schema of the item to be fetched. The Schema is supported within options for PIM Fetch (section 2.2.3.63.1) requests. It is not supported when the client is retrieving items from a document library or retrieving an attachment. If the Schema element is not specified, the server allows all properties to be retrieved.
Public propertyUserName
Specifies the username of the account leveraged to fetch the desired item. The UserName value can be up to 100 characters in length.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also