CommandParameters Enumeration |
Command parameters.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum CommandParameters
Public Enumeration CommandParameters
public enum class CommandParameters
Members
| Member name | Value | Description |
---|
| AttachmentName | 0 |
A string that specifies the name of the attachment file to be retrieved.
Used By: GetAttachment
|
| CollectionId | 1 |
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
|
| ItemId | 3 |
A string that specifies the server ID of the Message object to be forwarded or replied to.
Used By: SmartForward, SmartReply
|
| LongId | 4 |
A string that references a result set that was returned in the Search command response.
Used By: SmartForward, SmartReply
|
| Occurrence | 6 |
A string that specifies the ID of a particular occurrence in a recurring meeting.
Used By: SmartForward, SmartReply
|
| Options | 7 |
A single-byte bitmask that specifies command options. See the table below for valid flags for this bitmask.
Used By: SmartReply, SmartForward, SendMail, ItemOperations
|
| User | 8 |
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