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 (25.3.0.1000)
Syntaxpublic virtual string? CheckValidRecipient(
	RecipientDeliveryRequest recipientDeliveryRequest
)
Public Overridable Function CheckValidRecipient ( 
	recipientDeliveryRequest As RecipientDeliveryRequest
) As String
public:
virtual String^ CheckValidRecipient(
	RecipientDeliveryRequest^ recipientDeliveryRequest
)
abstract CheckValidRecipient : 
        recipientDeliveryRequest : RecipientDeliveryRequest -> string 
override CheckValidRecipient : 
        recipientDeliveryRequest : RecipientDeliveryRequest -> string 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