Name of person sending the message (not email address)

Namespace:  JMail
Assembly:  JMail (in JMail)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SenderName { get; set; }
Visual Basic (Declaration)
Public Property SenderName As String
Visual C++
public:
property String^ SenderName {
	String^ get ();
	void set (String^ value);
}

Field Value

Return Value

Remarks