JobEmailRecipients Enumeration

Specifies types of recipients which may get emailed about the result of a Job.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_")]
[FlagsAttribute]
public enum JobEmailRecipients
Members
  Member nameValueDescription
None0Specifies no recipient.
SystemAdministrator1Specifies the built-in system administrator as a recipient.
Creator2Specifies the creator of the job. See CreatedById.
RunnerOrCreator4 Specifies the account which started the job. If the job was started automatically by the system, specifies the creator of the job.
See Also