MailServiceEmailSendAttributes Property |
Gets/Sets the property to control the 'Sender' property of the email address.
The Sender can be different than the From address. If it is, then the message comes FROM the
Sender ON BEHALF OF the From address. This can improve results with spam filters.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic EmailSendAttrs EmailSendAttributes { get; set; }
Public Property EmailSendAttributes As EmailSendAttrs
Get
Set
Property Value
Type:
EmailSendAttrs
See Also