SocketTools .NET Edition

ImapClient.GetHeader Method

Returns the value of a header field from the specified message part.

Overload List

Returns the value of a header field from the specified message part.

public bool GetHeader(int,int,string,ref string);

Returns the value of a header field from the specified message.

public bool GetHeader(int,string,ref string);

Returns the value of a header field from the current message.

public bool GetHeader(string,ref string);

See Also

ImapClient Class | SocketTools Namespace