Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMQUser objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMQUserCollection : CollectionBase
Public Class DMQUserCollection
Inherits CollectionBase
public ref class DMQUserCollection : public CollectionBase
type DMQUserCollection =
class
inherit CollectionBase
end
DMLibrary.DMQUserCollection = function();
Type.createClass(
'DMLibrary.DMQUserCollection',
CollectionBase);
The DMQUserCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMQUser object to the DMQUserCollection.
|
Top
See Also