IMessengerGroup::Contacts Property
Deprecated. Retrieves a list of contacts from the group's collection of users.
Syntax
HRESULT IMessengerGroup::get_Contacts(IDispatch **ppMContacts);
Parameters
- ppMContacts
Address of a pointer to an IDispatchof a MessengerContact object representing the users that are in the group's collection.
Return Value
Returns one of the following values.
S_OK Success. RPC_X_NULL_REF_POINTER ppMContacts is a NULL pointer. E_OUTOFMEMORY Error during list creation.
Remarks
Important IMessengerGroup::Contacts is no longer available in Windows Vista. See Windows Messenger for more information.
Note This method is available for scripting languages.
See Also
of a