Removes a contact from the internal contacts list.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool DeleteContact(
	string contact
)
Visual Basic (Declaration)
Public Function DeleteContact ( _
	contact As String _
) As Boolean
Visual C++
public:
bool DeleteContact(
	String^ contact
)

Parameters

contact
Type: System..::.String
Name of the contact.

Return Value

true on failure.

See Also