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

EmailOptions.InsertRecipient(Int32, Recipient) Method

Inserts a Recipient to the EmailOptions.AdditionalRecipients collection at the specified position.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void InsertRecipient(
    int index,
    Recipient recipient
)

Parameters

Name Type Description
index Int32

A Int32 value that specifies the position to insert a recipient.

recipient Recipient

A Recipient to insert to the EmailOptions.AdditionalRecipients collection.

See Also