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

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.v19.1.Core.dll

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