Back to Devexpress

EmailRecipientKind Enum

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-datacontracts-ec11ee3b.md

latest1.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum EmailRecipientKind
vb
Public Enum EmailRecipientKind

Members

NameDescription
Individual

Each recipient receives an individual email.

| | AllListedRecipients |

All recipients receive the same email to which they are all listed in the “To” section.

|

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.

See Also

DevExpress.ReportServer.ServiceModel.DataContracts Namespace