Return the value of a header field in the specified message part.
Return the value of a header field in the specified message part.
public bool GetHeader(int,string,ref string);
Return the value of a header field in the current message part.
public bool GetHeader(string,ref string);
MailMessage Class | SocketTools Namespace