IRecentContacts.GetValueAt Method
Returns the contact in the position of a given index.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT GetValueAt
(
long index,
IContact** contact
);
Parameters
- index
Type: Int32
A value of the long type.
Return Value
A value of the IContact** (IContact, for a .NET application) type.