UserContainerAdd Method Ipswitch.Messaging.Framework
Adds the given user to the user container.

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

public Guid Add(
	User user
)

Parameters

user
Type: Ipswitch.Messaging.FrameworkUser
A User object to be added to the container.

Return Value

Type: Guid
A new GUID corresponding the the User object.
See Also

Reference