Click or drag to resize
IMessageListManagerGetCustomers Method (Int64)

[This is preliminary documentation and is subject to change.]

Retrieves customer contact information based on a message list

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IMessageListCustomer> GetCustomers(
	long messageListId
)

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