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 (24.3.0.1000)
Syntax [GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_")]
[FlagsAttribute]
public enum JobEmailRecipients
<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_")>
<FlagsAttribute>
Public Enumeration JobEmailRecipients
[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_")]
[FlagsAttribute]
public enum class JobEmailRecipients
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_")>]
[<FlagsAttribute>]
type JobEmailRecipients
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies no recipient. |
| Maintainer | 1 | Specifies the maintainer as a recipient. |
| Creator | 2 | Specifies the creator of the job. See CreatedById. |
| RunnerOrCreator | 4 |
Specifies the account which started the job. If the job was started automatically by the system, specifies the creator of the job.
|
| JobMaintainer | 8 | Specifies the maintainer of the job. See MaintainerId. |
See Also