EwsUploadMessage Method (FolderId, MailMessage, Boolean) |
Uploads MailBee's
MailMessage into the specified folder on the MS Exchange server.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool UploadMessage(
FolderId id,
MailMessage msg,
bool isDraft
)
Public Function UploadMessage (
id As FolderId,
msg As MailMessage,
isDraft As Boolean
) As Boolean
Parameters
- id
- Type: FolderId
The ID of the folder where to upload the message. Null reference (Nothing in Visual Basic) not allowed. - msg
- Type: MailBee.MimeMailMessage
The mail message to be uploaded. Null reference not allowed. - isDraft
- Type: SystemBoolean
If true, the message will be uploaded as draft; otherwise, as normal message.
Return Value
Type:
Booleantrue if succeeded; otherwise,
false.
Exceptions Remarks See Also