Click or drag to resize

EmailSendStatus Enumeration

The type of email manager service

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum EmailSendStatus
Members
  Member nameValueDescription
Queued0Mail has been queued (NOT sent)
Processed1Mail has been processed (SendGrid only)
Delivered2Mail has been delivered (SendGrid only)
Opened3Mail has been opened (SendGrid only)
ServiceDisabled100Mail has not been sent because the service is disabled.
NoRecipients101Mail has not been sent because the all recipients were removed due to the no send list.
Error102Mail has not been sent because of an error during send. ONLY applies to Synchronous send.
See Also