A collection of Recipient objects, specifying the list of recipients who are to receive an exported document via email.
public class RecipientCollection : Collection<Recipient>
Public Class RecipientCollection Inherits Collection(of Recipient)
An RecipientCollection object is returned by the EmailOptions.AdditionalRecipients property.
System.Object System.Collections.ObjectModel.Collection<DevExpress.XtraPrinting.Recipient> RecipientCollection