DeliveryProviderCheckValidRecipient Method

Checks if the specified recipient is valid.

Namespace: Dundas.BI.Notifications.Delivery
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public virtual string? CheckValidRecipient(
	RecipientDeliveryRequest recipientDeliveryRequest
)

Parameters

recipientDeliveryRequest  RecipientDeliveryRequest
An object describing the recipient.

Return Value

String
if the recipient is valid; otherwise, an explanation of why the recipient is not valid.
See Also