Click or drag to resize

ImapUploadMessageAsync Method (FolderInfo, IMail)

Uploads message to specified 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(
	FolderInfo folder,
	IMail email
)

Parameters

folder
Type: Limilabs.Client.IMAPFolderInfo
Folder to upload to.
email
Type: Limilabs.MailIMail
Message to upload.

Return Value

Type: TaskNullableInt64
Unique-id of the uploaded message (Null if server does not support UniqueIdPlus).
See Also