Click or drag to resize

CommandParameters Enumeration

Command parameters.

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum CommandParameters
Members
  Member nameValueDescription
AttachmentName0 A string that specifies the name of the attachment file to be retrieved. Used By: GetAttachment
CollectionId1 A string that specifies the server ID of the folder that contains the Message object to be forwarded or replied to. Used By: SmartForward, SmartReply
ItemId3 A string that specifies the server ID of the Message object to be forwarded or replied to. Used By: SmartForward, SmartReply
LongId4 A string that references a result set that was returned in the Search command response. Used By: SmartForward, SmartReply
Occurrence6 A string that specifies the ID of a particular occurrence in a recurring meeting. Used By: SmartForward, SmartReply
Options7 A single-byte bitmask that specifies command options. See the table below for valid flags for this bitmask. Used By: SmartReply, SmartForward, SendMail, ItemOperations
User8 A string that specifies the user ID in a format that can be logged in the Web server log. Used By: Any command
See Also