Downloads the header of the specified message from the server.
Downloads the header of the specified message from the server.
public MailMessage DownloadMessageHeader(int);
Downloads the header and the specified number of body lines of the message on the server.
public MailMessage DownloadMessageHeader(int,int);
Pop3 Class | MailBee.Pop3Mail Namespace | DownloadMessageHeaders