Click or drag to resize
EmailMailoutEnum Enumeration
Defines which e-mails should be sent when a mailout operation runs.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
[FlagsAttribute]
public enum EmailMailoutEnum
Members
  Member nameValueDescription
None0 No messages should be sent.
New1 Only newly created e-mail messages will be sent.
Failed2 Only failed e-mail messages will be sent.
All3 All messages will be sent.
OnlyAppQueue4 Only messages from application queue will be sent.
Archived8 Only archived e-mail messages will be sent.
See Also