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

EmailOptions.AdditionalRecipients Property

Provides access to the collection of email recipients.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, -1, XtraSerializationFlags.Cached)]
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 ExportOptionsContainer
.Email.AdditionalRecipients
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