Click or drag to resize

EmailManagerAttributes Enumeration

Email manager behavior attributes

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum EmailManagerAttributes
Members
  Member nameValueDescription
LogMessages1The email manager should log email messages.
LogAttachments2The email manager should log email message attachments.
LogTenantID4The email manager should log email messages with the tenant id.
LogAnalyticsEvents8The email manager should log email open events to google analytics.
See Also