DMQEventCollectionIndexOf Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the index of the event with ID equal to the "value" parameter. Returns -1 if that ID is not present in the collection.

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

Syntax
public int IndexOf(
	int value
)

Parameters

value
Type: SystemInt32
ID of the DMQEvent object whose index is being sought.

Return Value

Type: Int32
An integer with the index of the object.
See Also