Click or drag to resize

EmailSendAttrs Enumeration

Controls email send behavior.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum EmailSendAttrs
Members
  Member nameValueDescription
SendOnBehalfOf1Specifies that the default sender should be used as the email sender on behalf of the "from" sender.
NoSendTestSuffix2Treat email addresses that end in .test as no send addresses.
RequireUserSettings4Require User Preference overrides for Server, User, Password, and Port
See Also