Click or drag to resize

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)
Syntax
public EmailSendAttrs EmailSendAttributes { get; set; }

Property Value

Type: EmailSendAttrs
See Also