DMUserCollectionGetUser Method

Alterian Email Manager 6.2.3 SDK Help File
Gets a DMUser object for user with ID matching the "UserID" parameter. Returns a null object if the ID passed in does not match any DMUser objects in the collection.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public DMUser GetUser(
	int UserID
)

Parameters

UserID
Type: SystemInt32
ID of the user being sought.

Return Value

Type: DMUser
A DMUser object.
See Also