Retrieves the headers for the current message from the server.
Retrieves the headers for the current message from the server.
public bool GetHeaders();
Retrieves the headers for the current message from the server.
public bool GetHeaders(byte[],ref int);
Retrieves the headers for the specified message from the server.
public bool GetHeaders(int);
Retrieves the headers for the specified message from the server.
public bool GetHeaders(int,byte[],ref int);
Retrieves the headers for the specified message from the server.
public bool GetHeaders(int,ref string);
Retrieves the headers for the current message from the server.
public bool GetHeaders(ref string);
InternetMail Class | SocketTools Namespace