Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum EmailRecipientKind

Members

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.

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.

See Also