ComposeMail namespace of the ActiveSync protocol
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration ComposeMail
public enum class ComposeMail
Members
| Member name | Value | Description |
---|
| SendMail | 5 |
The SendMail element is a required element in SendMail command requests and responses that identifies the body of the HTTP POST as containing a SendMail command (section 2.2.2.15).
|
| SmartForward | 6 |
The SmartForward element is a required element in SmartForward command requests and responses that identifies the body of the HTTP POST as containing a SmartForward command (section 2.2.2.17).
|
| SmartReply | 7 |
The SmartReply element is a required element in SmartReply command requests and responses that identifies the body of the HTTP POST as containing a SmartReply command (section 2.2.2.18).
|
| SaveInSentItems | 8 |
SaveInSentItems element specifies whether a copy of the message will be stored in the Sent Items folder.
|
| ReplaceMime | 9 |
Specifies whether the client is sending the entire message.
|
| Source | 11 |
Contains information about the source message.
|
| FolderId | 12 |
Specifies the folder ID for the source message, which is returned in the FolderSync command response message (section 2.2.2.4.2).
|
| ItemId | 13 |
Specifies the item ID for the source message, which is returned in the Sync command response message (section 2.2.2.19.2).
|
| LongId | 14 |
This element specifies the long ID for the source meeting request, which is returned in the Search command response message (section 2.2.2.14.2).
|
| InstanceId | 15 |
The InstanceId element is an optional child element of the Source element in SmartForward command requests and SmartReply command requests that specifies the instance of a recurrence for the source item.
|
| Mime | 16 |
Contains the MIME-encoded message.
|
| ClientId | 17 |
Specifies the client's unique message ID (MID).
|
| Status | 18 |
Indicates the reason for the failure of a command request.
|
| AccountId | 19 |
Identifies the account from which an email is sent.
|
See Also