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