SmartRequestSource Class

Contains information about the source message.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSmartRequestSource

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

The SmartRequestSource type exposes the following members.

Constructors
  NameDescription
Public methodSmartRequestSource
Initializes a new instance of the SmartRequestSource class
Properties
  NameDescription
Public propertyFolderId
Specifies the folder ID for the source message, which is returned in the FolderSync command. If the FolderId is present, the ItemId MUST also be present. The FolderId value can be up to 64 characters in length.
Public propertyInstanceId
Specifies the instance of a recurrence for the source item. If the InstanceId is present, both the FolderId and ItemId SHOULD be present.
Public propertyItemId
Specifies the item ID for the source message, which is returned in the Sync command. If the ItemId is present, the FolderId MUST also be present if the message being forwarded or replied to is stored in a folder other than the Inbox folder. The ItemId element value can be up to 64 characters in length.
Public propertyLongId
Specifies the long ID for the source message, which is returned in the Search command. If the LongId is present, the FolderId, ItemId, and InstanceId are not present. The LongId value can be up to 256 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