adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetNotificationRecipientsForAddress Method

In This Topic
    GetNotificationRecipientsForAddress Method
    In This Topic
    Gets the NotificationIndividuals that have the specified address.
    Syntax
    'Declaration
     
    
    Public Function GetNotificationRecipientsForAddress( _
       ByVal addressType As NotificationAddressType, _
       ByVal address As String _
    ) As NotificationIndividualCollection
    public NotificationIndividualCollection GetNotificationRecipientsForAddress( 
       NotificationAddressType addressType,
       string address
    )

    Parameters

    addressType
    address
    See Also