EmailOptions.AdditionalRecipients Property
Provides access to the collection of email recipients.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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 |
|
WPF Controls | SendOptionsViewModel |
|
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.
See Also