DMQEventCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMQEvent object to the DMQEventCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMQEvent value
)
Public Function Add (
value As DMQEvent
) As Integer
public:
int Add(
DMQEvent^ value
)
member Add :
value : DMQEvent -> int
Parameters
- value
- Type: DMLibraryDMQEvent
The DMQEvent object to add to the DMQEventCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also