Skip to main content
A newer version of this page is available. .

EmailOptions.AddRecipient(Recipient) Method

Appends a specified recipient to the end of the EmailOptions.AdditionalRecipients collection.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void AddRecipient(
    Recipient recipient
)

Parameters

Name Type Description
recipient Recipient

A Recipient to add to the collection.

See Also