Downloads headers of all messages in the inbox on the server.
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);
Pop3 Class | MailBee.Pop3Mail Namespace