SendMail
Contents
[
Hide
]
IActiveSyncTLClient.SendMail method (1 of 4)
The SendMail is used by clients to send MIME-formatted email messages to the server.
public string SendMail(string mimeContent)
Parameter | Type | Description |
---|---|---|
mimeContent | String | Contains the MIME-encoded message. |
Return Value
Returns the client’s unique message ID (MID).
See Also
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
IActiveSyncTLClient.SendMail method (2 of 4)
The SendMail is used by clients to send MIME-formatted email messages to the server.
public string SendMail(string mimeContent, bool saveInSentItems)
Parameter | Type | Description |
---|---|---|
mimeContent | String | Contains the MIME-encoded message. |
saveInSentItems | Boolean | Specifies whether a copy of the message will be stored in the Sent Items folder. |
Return Value
Returns the client’s unique message ID (MID).
See Also
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
IActiveSyncTLClient.SendMail method (3 of 4)
The SendMail is used by clients to send MIME-formatted email messages to the server.
public string SendMail(string mimeContent, bool saveInSentItems, string accountId)
Parameter | Type | Description |
---|---|---|
mimeContent | String | Contains the MIME-encoded message. |
saveInSentItems | Boolean | Specifies whether a copy of the message will be stored in the Sent Items folder. |
accountId | String | Identifies the account from which an email is sent. |
Return Value
Returns the client’s unique message ID (MID).
See Also
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
IActiveSyncTLClient.SendMail method (4 of 4)
The SendMail is used by clients to send MIME-formatted email messages to the server.
public string SendMail(string mimeContent, bool saveInSentItems, string accountId,
string templateId)
Parameter | Type | Description |
---|---|---|
mimeContent | String | Contains the MIME-encoded message. |
saveInSentItems | Boolean | Specifies whether a copy of the message will be stored in the Sent Items folder. |
accountId | String | Identifies the account from which an email is sent. |
templateId | String | Contains a string that identifies the rights policy template. |
Return Value
Returns the client’s unique message ID (MID).
See Also
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email