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