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