EmailRecipientKind Enum
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Individual
|
Each recipient receives an individual email. |
All
|
All recipients receive the same email to which they are all listed in the “To” section. |
#Related API Members
The following properties accept/return EmailRecipientKind values:
#Remarks
An object of the EmailRecipientKind type is returned by the ScheduledJobDto.EmailRecipientKind property.
For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.