ImapClient.AppendMessage
AppendMessage(IConnection, MailMessage)
Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.
public string AppendMessage(IConnection connection, MailMessage message)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
message | MailMessage | Mail message to be upload |
Return Value
An unique id of appended message
See Also
- interface IConnection
- class MailMessage
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(IConnection, string, MailMessage)
Uploads the mail message to the specified folder
public string AppendMessage(IConnection connection, string folderName, MailMessage message)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder that will receive the mail message |
message | MailMessage | Mail message to be upload |
Return Value
An unique id of appended message
See Also
- interface IConnection
- class MailMessage
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(IConnection, string)
Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.
public string AppendMessage(IConnection connection, string fileName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
fileName | String | File name (*.eml) of the mail message that will be uploaded |
Return Value
An unique id of appended message
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(IConnection, string, string)
Uploads the mail message to the specified folder
public string AppendMessage(IConnection connection, string folderName, string fileName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder that will receive the mail message |
fileName | String | File name (*.eml) of the mail message that will be uploaded |
Return Value
An unique id of appended message
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(MailMessage)
Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.
public string AppendMessage(MailMessage message)
Parameter | Type | Description |
---|---|---|
message | MailMessage | Mail message to be upload |
Return Value
An unique id of appended message
See Also
- class MailMessage
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(string, MailMessage)
Uploads the mail message to the specified folder
public string AppendMessage(string folderName, MailMessage message)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder that will receive the mail message |
message | MailMessage | Mail message to be upload |
Return Value
An unique id of appended message
See Also
- class MailMessage
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(string)
Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.
public string AppendMessage(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | File name (*.eml) of the mail message that will be uploaded |
Return Value
An unique id of appended message
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
AppendMessage(string, string)
Uploads the mail message to the specified folder
public string AppendMessage(string folderName, string fileName)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder that will receive the mail message |
fileName | String | File name (*.eml) of the mail message that will be uploaded |
Return Value
An unique id of appended message
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email