IContactsAndGroupsManager.GetContactByTel Method

Gets a contact looked up by telephone number.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

HRESULT GetContactByTel
(
   BSTR telUri,
   IContact** contact
);

Parameters

  • telUri
    Type: String
    A value of the BSTR type.

Return Value

A value of the IContact** (IContact, for a .NET application) type.

See Also

IContactsAndGroupsManager Interface

UCCollaborationLib Namespace