Skip to main content

EmailOptions.AdditionalRecipients Property

Provides access to the collection of email recipients.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public RecipientCollection AdditionalRecipients { get; }

Property Value

Type Description
RecipientCollection

A RecipientCollection class descendant.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AdditionalRecipients
Cross-Platform Class Library ExportOptions
.Email .AdditionalRecipients
WPF Controls SendOptionsViewModel
.EmailOptions .AdditionalRecipients

Remarks

Use the AdditionalRecipients property to access the collection of recipients who are to receive an exported document via email.

The following image illustrates the Recipient Collection Editor that is invoked by clicking the ellipsis button of the EmailOptions.AdditionalRecipients property.

report-export-email-options-recipient-collection-editor

See Also