IMessageListManager GetCustomers 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
SyntaxIEnumerable <IMessageListCustomer > GetCustomers (
IMessageListTypeFilter typeFilter ,
IMessageListReferenceFilter referenceFilter ,
CommunicationMethod method ,
long messageCategoryId
)Function GetCustomers (
typeFilter As IMessageListTypeFilter ,
referenceFilter As IMessageListReferenceFilter ,
method As CommunicationMethod ,
messageCategoryId As Long
) As IEnumerable (Of IMessageListCustomer )Parameters typeFilter Type: Netadmin.Management.Messaging.Dto IMessageListTypeFilter The type filter. Either Address or Customer must be set referenceFilter Type: Netadmin.Management.Messaging.Dto IMessageListReferenceFilter The reference filter. Both filters can be null to skip reference filter method Type: Netadmin.Management.Messaging.Dto CommunicationMethod Communication method used to retrieve customers messageCategoryId Type: System Int64 The message category id to use to retrieve customers Return Value Type:
IEnumerable IMessageListCustomer [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