MailBee.NET Objects 4.0

Pop3.DownloadMessageHeaders Method

Downloads headers of all messages in the inbox on the server.

Overload List

Downloads headers of all messages in the inbox on the server.

public MailMessageCollection DownloadMessageHeaders();

Downloads the header of each message in the specified range from the server.

public MailMessageCollection DownloadMessageHeaders(int,int);

Downloads the header and the specified number of body lines of each message in the specified range from the server.

public MailMessageCollection DownloadMessageHeaders(int,int,int);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace