Skip to main content

RecipientCollection Class

A collection of Recipient objects, specifying the list of recipients who are to receive an exported document via email.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[ListBindable(BindableSupport.No)]
public class RecipientCollection :
    Collection<Recipient>

The following members return RecipientCollection objects:

Remarks

An RecipientCollection object is returned by the EmailOptions.AdditionalRecipients property.

Inheritance

Object
Collection<Recipient>
RecipientCollection
See Also