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.v24.2.Core.dll
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.
Inheritance
See Also