Back to Devexpress

RecipientCollection Class

corelibraries-devexpress-dot-xtraprinting-6a4c83f7.md

latest1.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class RecipientCollection :
    Collection<Recipient>
vb
<ListBindable(BindableSupport.No)>
Public Class RecipientCollection
    Inherits Collection(Of 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

RecipientCollection Members

AdditionalRecipients

Email Reports

DevExpress.XtraPrinting Namespace