UserContainerGet Method (String)Ipswitch.Messaging.Framework
Gets a user specified by userId from the user container.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public User Get(
	string userId
)

Parameters

userId
Type: SystemString
Username of the user to retrieve.

Return Value

Type: User
A User object for the specified user.
See Also

Reference