DeliverySettingsAddRecipient(String) Method |
Adds the recipient.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void AddRecipient(
string email
)
Public Sub AddRecipient (
email As String
)
public:
void AddRecipient(
String^ email
)
member AddRecipient :
email : string -> unit Parameters
- email String
- The email address.
Exceptions
See Also