IMessageListManagerGetCustomers Method (Int64) |
[This is preliminary documentation and is subject to change.]
Retrieves customer contact information based on a message list
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<IMessageListCustomer> GetCustomers(
long messageListId
)
Function GetCustomers (
messageListId As Long
) As IEnumerable(Of IMessageListCustomer)
Parameters
- messageListId
- Type: SystemInt64
[Missing <param name="messageListId"/> documentation for "M:Netadmin.Management.Messaging.IMessageListManager.GetCustomers(System.Int64)"]
Return Value
Type:
IEnumerableIMessageListCustomer[Missing <returns> documentation for "M:Netadmin.Management.Messaging.IMessageListManager.GetCustomers(System.Int64)"]
See Also