BeginAppendMessage
BeginAppendMessage (1 of 16)
Begins append message to the end of the specified folder If current folder hasn’t been specified default folder is used.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| message | Mail message to be upload |
BeginAppendMessage (2 of 16)
Begins append message to the end of the current folder If current folder hasn’t been specified default folder is used.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String fileName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| fileName | File name (*.eml) of the mail message that will be uploaded |
BeginAppendMessage (3 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
BeginAppendMessage (4 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::SharedPtr < MailMessage > message, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginAppendMessage (5 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::SharedPtr < MailMessage > message, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginAppendMessage (6 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::String fileName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
BeginAppendMessage (7 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::String fileName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginAppendMessage (8 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < IConnection > connection, System::String folderName, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginAppendMessage (9 of 16)
Begins append message to the end of the specified folder If current folder hasn’t been specified default folder is used.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| message | Mail message to be upload |
BeginAppendMessage (10 of 16)
Begins append message to the end of the current folder If current folder hasn’t been specified default folder is used.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | File name (*.eml) of the mail message that will be uploaded |
BeginAppendMessage (11 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
BeginAppendMessage (12 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::SharedPtr < MailMessage > message, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginAppendMessage (13 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::SharedPtr < MailMessage > message, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| message | Mail message to be upload |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginAppendMessage (14 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::String fileName)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
BeginAppendMessage (15 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::String fileName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginAppendMessage (16 of 16)
Begins append message to the end of the specified folder
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginAppendMessage(System::String folderName, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| folderName | Folder that will receive the mail message |
| fileName | File name (*.eml) of the mail message that will be uploaded |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |