RecipientCollection Class
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[ListBindable(BindableSupport.No)]
public class RecipientCollection :
Collection<Recipient>
#Related API Members
The following members return RecipientCollection objects:
#Remarks
An RecipientCollection object is returned by the EmailOptions.AdditionalRecipients property.
See Also