SocketTools .NET Edition

ImapClient.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(byte[],ref 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

ImapClient Class | SocketTools Namespace