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