'Declaration
<RequiredVersionAttribute(4, 3, 2, 16284)> <NotNullAttribute()> Public Function GetNotificationRecipientsForAddress( _ ByVal addressType As NotificationAddressType, _ ByVal address As String _ ) As NotificationIndividualCollection
[RequiredVersion(4, 3, 2, 16284)] [NotNull()] public NotificationIndividualCollection GetNotificationRecipientsForAddress( NotificationAddressType addressType, string address )
[RequiredVersion(4, 3, 2, 16284)] [NotNull()] public: NotificationIndividualCollection^ GetNotificationRecipientsForAddress( NotificationAddressType addressType, String^ address )
Parameters
- addressType
- The type of address to filter on
- address
- The address to find. This method performs an exact (but case-insensitive) match
Return Value
The Notification Individuals that have the specified address