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

Declaration

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

The following members accept/return RecipientCollection objects:

Remarks

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

Inheritance

Object
Collection<Recipient>
RecipientCollection
See Also