Values for AccCommandProp_Flags.
If both AccCommandFlags_BuddyUi and AccCommandFlags_GroupUi are set and the UI selection contains
both buddies and groups, clients should pass only user names to QueryStatus() and Exec().
The IAccIm interface represents an instant message.
By default IAccIms are of the text/x-aolrtf MIME type, and pass their
data unchanged to/from the application.
The IAccIm interface represents an instant message.
By default IAccIms are of the text/x-aolrtf MIME type, and pass their
data unchanged to/from the application.
The IAccUser interface provides the access to the information about an AIM user.
The data for some properties is not immediately available from get_Property
because the data must be asynchronously retrieved from the server.
For these properties, calling get_Property will return ACC_E_MUST_REQUEST_DATA
(unless the data is cached), indicating that you must use RequestProperty
In general, unless you know that the data is in cache, RequestProperty
should be used for the properties marked as "(request)".
The IAccUser interface provides the access to the information about an AIM user.
The data for some properties is not immediately available from get_Property
because the data must be asynchronously retrieved from the server.
For these properties, calling get_Property will return ACC_E_MUST_REQUEST_DATA
(unless the data is cached), indicating that you must use RequestProperty
In general, unless you know that the data is in cache, RequestProperty
should be used for the properties marked as "(request)".
Called on the original IM that is about to be sent.
Plugins can change the IM text or suppress the entire IM by setting
the text to an empty string.
"imSession" is the IM session.
"recipient" is the user to whom the IM is being sent;
NULL if it is being sent to the entire session.
"im" is the actual IM being sent.
Returns a disassociated user (also see IAccGroup::InsertBuddy).
You will get presence updates for this user until it is destroyed.
Just like buddies, there is a maximum on the number of users you can
get presence for.