UserContainerContains Method Ipswitch.Messaging.Framework
Indicates whether a specified user exists in the user container.

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

public bool Contains(
	string userId
)

Parameters

userId
Type: SystemString
Username of the user to look for.

Return Value

Type: Boolean
True if the user exists in the container, false otherwise.
See Also

Reference