|   | MailFrom Property | 
        
        
            Gets or sets the e-mail address of the 
Mail message sender.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string From { get; set; }Public Property From As String
	Get
	Set
public:
property String^ From {
	String^ get ();
	void set (String^ value);
}member From : string with get, set
function get_From();
function set_From(value);
Property Value
String Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | Value being assigned is a null or empty string. | 
 See Also
See Also