A newer version of this page is available.
Switch to the current version.
EmailOptions.AddRecipient(Recipient) Method
Appends a specified recipient to the end of the EmailOptions.AdditionalRecipients collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public void AddRecipient(
Recipient recipient
)
Public Sub AddRecipient(
recipient As Recipient
)
Parameters
Name | Type | Description |
---|---|---|
recipient | Recipient | A Recipient to add to the collection. |
See Also
Feedback