Click or drag to resize
IMessageListManagerGetCustomers Method (IMessageListTypeFilter, IMessageListReferenceFilter, CommunicationMethod, Int64)

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

Retrieves customer contact information

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IMessageListCustomer> GetCustomers(
	IMessageListTypeFilter typeFilter,
	IMessageListReferenceFilter referenceFilter,
	CommunicationMethod method,
	long messageCategoryId
)

Parameters

typeFilter
Type: Netadmin.Management.Messaging.DtoIMessageListTypeFilter
The type filter. Either Address or Customer must be set
referenceFilter
Type: Netadmin.Management.Messaging.DtoIMessageListReferenceFilter
The reference filter. Both filters can be null to skip reference filter
method
Type: Netadmin.Management.Messaging.DtoCommunicationMethod
Communication method used to retrieve customers
messageCategoryId
Type: SystemInt64
The message category id to use to retrieve customers

Return Value

Type: IEnumerableIMessageListCustomer

[Missing <returns> documentation for "M:Netadmin.Management.Messaging.IMessageListManager.GetCustomers(Netadmin.Management.Messaging.Dto.IMessageListTypeFilter,Netadmin.Management.Messaging.Dto.IMessageListReferenceFilter,Netadmin.Management.Messaging.Dto.CommunicationMethod,System.Int64)"]

See Also