MailBee.NET Objects 3.1

Pop3.DownloadMessageHeader Method

Downloads the header of the specified message from the server.

Overload List

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);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | DownloadMessageHeaders