ScheduledJobDto.EmailRecipientKind Property
Specifies whether recipients should receive individual emails, or a common email with all recipients listed in the “To” section.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| EmailRecipientKind | An EmailRecipientKind enumeration value. |
Available values:
| Name | Description |
|---|---|
| Individual | Each recipient receives an individual email. |
| AllListedRecipients | All recipients receive the same email to which they are all listed in the “To” section. |
See Also