 | ImapUploadMessage(Byte) Method |
Uploads specified email message to the current (mailbox). Uploaded message has
Seen set.
Internal date of the resulting message is set to the current date and time.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic long? UploadMessage(
byte[] eml
)
Public Function UploadMessage (
eml As Byte()
) As Long?
public:
Nullable<long long> UploadMessage(
array<unsigned char>^ eml
)
member UploadMessage :
eml : byte[] -> Nullable<int64> Parameters
- eml Byte
- Message to upload.
Return Value
NullableInt64Unique-id of the uploaded message (
Null if server does not support
UniqueIdPlus).
See Also