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