A newer version of this page is available.
Switch to the current version.
EmailOptions.AdditionalRecipients Property
Provides access to the collection of email recipients.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, -1, XtraSerializationFlags.Cached)]
public RecipientCollection AdditionalRecipients { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, False, -1, XtraSerializationFlags.Cached)>
Public ReadOnly Property AdditionalRecipients As RecipientCollection
Property Value
Type | Description |
---|---|
RecipientCollection | A RecipientCollection class descendant. |
Property Paths
You can access this nested property as listed below:
Show 11 property paths
Library | Object Type | Path to AdditionalRecipients |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
SendOptionsViewModel |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
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
Feedback