Catalyst Internet Mail .NET

InternetMail.GetHeaders Method

Retrieves the headers for the current message from the server.

Overload List

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

See Also

InternetMail Class | SocketTools Namespace