Discuss this help topic in SecureBlackbox Forum
Sends APPEND command to the server and parses server's response.
Declaration
Parameters
- MailBox - destination mailbox.
- Flags - flags to be set in the resulting message.
- Message - message to be appended to the mailbox.
- AppendResult - the result of the APPEND command returned by the server.
- DateTime - the internal date to be set in the resulting message.
- Stream - stream that contains message literal to be appended to the mailbox.
TSBIMAPMessageFlags values
Description
Use this method to send APPEND command to the server.
This coman appends given literal as a separate message in the specified mailbox.
Discuss this help topic in SecureBlackbox Forum