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 (24.1.0.1001)
Syntax
public virtual string CheckValidRecipient(
	RecipientDeliveryRequest recipientDeliveryRequest
)

Parameters

recipientDeliveryRequest
Type: Dundas.BI.Notifications.DeliveryRecipientDeliveryRequest
An object describing the recipient.

Return Value

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