IMessagingManagerGetTop100ReceiverAddress Method |
[This is preliminary documentation and is subject to change.]
Retrieves the first 100 distinct receiver addresses that start with a specific string
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<string> GetTop100ReceiverAddress(
string startsWith
)
Function GetTop100ReceiverAddress (
startsWith As String
) As IEnumerable(Of String)
Parameters
- startsWith
- Type: SystemString
The string to which receiver addresses are matched
Return Value
Type:
IEnumerableStringA set of distinct message receiver addresses which include the specified input string
See Also