DMQEventCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMQEvent 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 DMQEventCollection : CollectionBase

The DMQEventCollection type exposes the following members.

Constructors
NameDescription
Public methodDMQEventCollection
Initializes a new instance of the DMQEventCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMQEvent object to the DMQEventCollection.
Public methodIndexOf
Gets the index of the event with ID equal to the "value" parameter. Returns -1 if that ID is not present in the collection.
Public methodInsert
Inserts a DMQEvent into the collection at the specified index.
Top
See Also