EmailOptions.AddRecipient(Recipient) Method
Appends a specified recipient to the end of the EmailOptions.AdditionalRecipients collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
recipient | Recipient | A Recipient to add to the collection. |
See Also