MailBee.NET Objects 4.0

Imap.DownloadEnvelopes Method

Fetches message envelopes from the server.

Overload List

Fetches message envelopes from the server.

public EnvelopeCollection DownloadEnvelopes(string,bool);

Fetches message envelopes, bodies, headers, flags, attributes, and other message-related information from the server.

public EnvelopeCollection DownloadEnvelopes(string,bool,EnvelopeParts,int);

Fetches message envelopes, bodies, headers, flags, attributes, and other message-related information from the server.

public EnvelopeCollection DownloadEnvelopes(string,bool,EnvelopeParts,int,string[],string[]);

See Also

Imap Class | MailBee.ImapMail Namespace | Envelope