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)
ParameterDescription
connectionConnection to a server
messageMail 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)
ParameterDescription
connectionConnection to a server
fileNameFile 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
messageMail 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
messageMail message to be upload
callbackReferences 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
messageMail message to be upload
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
fileNameFile 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
fileNameFile name (*.eml) of the mail message that will be uploaded
callbackReferences 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)
ParameterDescription
connectionConnection to a server
folderNameFolder that will receive the mail message
fileNameFile name (*.eml) of the mail message that will be uploaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
messageMail 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)
ParameterDescription
fileNameFile 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)
ParameterDescription
folderNameFolder that will receive the mail message
messageMail 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)
ParameterDescription
folderNameFolder that will receive the mail message
messageMail message to be upload
callbackReferences 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)
ParameterDescription
folderNameFolder that will receive the mail message
messageMail message to be upload
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
folderNameFolder that will receive the mail message
fileNameFile 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)
ParameterDescription
folderNameFolder that will receive the mail message
fileNameFile name (*.eml) of the mail message that will be uploaded
callbackReferences 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)
ParameterDescription
folderNameFolder that will receive the mail message
fileNameFile name (*.eml) of the mail message that will be uploaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.