Returns the value of a header field from the specified message part.
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);
ImapClient Class | SocketTools Namespace