ContactFolderGet Method Ipswitch.Messaging.Framework
Retrieve a Contact with the specified ID belonging to this folder

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

public override Contact Get(
	Guid contactId
)

Parameters

contactId
Type: SystemGuid
The ID of the contact in this folder to retrieve.

Return Value

Type: Contact
A Contact belonging to this folder having the specified ID.
See Also

Reference