User Constructor Ipswitch.Messaging.Framework
Initializes a new instance of the User class, which represents a specific user from a specific Host.

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

public User(
	Host host
)

Parameters

host
Type: Ipswitch.Messaging.FrameworkHost
The Host that this User belongs to.
See Also

Reference