DMClientSetCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMClientSet objects that can be individually accessed by index.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMClientSetCollection : CollectionBase

The DMClientSetCollection type exposes the following members.

Constructors
NameDescription
Public methodDMClientSetCollection
Initializes a new instance of the DMClientSetCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMClientSet object to the DMClientSetCollection.
Public methodFindClientByName
Allows the collection to be searched for a specific client by name. If the client is found, it is assigned to the out DMClient parameter.
Top
See Also