MailBee.NET Objects 6.0

Imap.EndDownloadEnvelopes Method 

Ends the pending asynchronous download envelopes request.

public EnvelopeCollection EndDownloadEnvelopes();

Return Value

On success, a EnvelopeCollection object representing the downloaded envelopes; otherwise, a null reference (Nothing in Visual Basic).

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Imap Class | MailBee.ImapMail Namespace | BeginDownloadEnvelopes