AppendMessage

AppendMessage (1 of 8)

Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.

Returns: An unique id of appended message

AppendMessage(System::SharedPtr < IConnection > connection, System::SharedPtr < MailMessage > message)
ParameterDescription
connectionConnection to a server
messageMail message to be upload

AppendMessage (2 of 8)

Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.

Returns: An unique id of appended message

AppendMessage(System::SharedPtr < IConnection > connection, System::String fileName)
ParameterDescription
connectionConnection to a server
fileNameFile name (*.eml) of the mail message that will be uploaded

AppendMessage (3 of 8)

Uploads the mail message to the specified folder

Returns: An unique id of appended message

AppendMessage(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

AppendMessage (4 of 8)

Uploads the mail message to the specified folder

Returns: An unique id of appended message

AppendMessage(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

AppendMessage (5 of 8)

Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.

Returns: An unique id of appended message

AppendMessage(System::SharedPtr < MailMessage > message)
ParameterDescription
messageMail message to be upload

AppendMessage (6 of 8)

Uploads the mail message to the current folder If current folder hasn’t been specified default folder is used.

Returns: An unique id of appended message

AppendMessage(System::String fileName)
ParameterDescription
fileNameFile name (*.eml) of the mail message that will be uploaded

AppendMessage (7 of 8)

Uploads the mail message to the specified folder

Returns: An unique id of appended message

AppendMessage(System::String folderName, System::SharedPtr < MailMessage > message)
ParameterDescription
folderNameFolder that will receive the mail message
messageMail message to be upload

AppendMessage (8 of 8)

Uploads the mail message to the specified folder

Returns: An unique id of appended message

AppendMessage(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