Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public EmailRecipientKind EmailRecipientKind { get; set; }

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