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