ImapEndDownloadEnvelopesEx Method
Ends the pending asynchronous request of pipelined downloading envelopes.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public EnvelopeCollection EndDownloadEnvelopesEx()

Return Value

Type: EnvelopeCollection
On success, a EnvelopeCollection object representing the downloaded envelopes; otherwise, a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also