Click or drag to resize
EmailMessageFrom Property
Gets or sets the From address.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public 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