EmailOptions.InsertRecipient(Int32, Recipient) Method
Inserts a Recipient to the EmailOptions.AdditionalRecipients collection at the specified position.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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