| ImapUploadMessageAsync Method (Byte) |
Uploads specified email message to the current folder (mailbox). Uploaded message has
Seen set.
Internal date of the resulting message is set to the current date and time.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task<long?> UploadMessageAsync(
byte[] eml
)
Public Function UploadMessageAsync (
eml As Byte()
) As Task(Of Long?)
public:
Task<Nullable<long long>>^ UploadMessageAsync(
array<unsigned char>^ eml
)
member UploadMessageAsync :
eml : byte[] -> Task<Nullable<int64>>
Parameters
- eml
- Type: SystemByte
Message to upload.
Return Value
Type:
TaskNullableInt64Unique-id of the uploaded message (
Null if server does not support
UniqueIdPlus).
See Also