Share via


IMessengerConversationWnd::Contacts Property

Deprecated. Retrieves a read-only collection of contacts in the conversation window.

Syntax

HRESULT IMessengerConversationWnd::get_Contacts(IDispatch **pContacts);

Parameters

  • pContacts
    Address of a pointer to an IDispatch World Wide Web link interface on a MessengerContacts object that contains the participants of that conversation, excluding the local user.

Return Value

Returns one of the following values. 

S_OK Success.
RPC_X_NULL_REF_POINTER pContacts is a NULL pointer.
E_FAIL Client was not signed in to the primary service at the time this method was called.
S_FALSE Could not bring focus to the window.
E_OUTOFMEMORY Error during list creation.

Remarks

Note  This property is available for scripting languages.

Important  IMessengerConversationWnd::Contacts is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

IMessengerConversationWnd