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