| EmailMessageFrom Property  | 
            Gets or sets the From address.       
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntaxpublic string From { get; set; }Property Value
Type: 
String
Remarks
            This address specifies on whose behalf the message is sent and is visible in the client's email software.
            
See Also