ContactFolderAddByUid Method Ipswitch.Messaging.Framework
Adds a copy of the specified contact to the data store for this folder.

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

public override uint AddByUid(
	Contact contact
)

Parameters

contact
Type: Ipswitch.Messaging.FrameworkContact
The contact to add to this folder.

Return Value

Type: UInt32
A new value that acts as a unique identifier for the new contact.
See Also

Reference