GetIMStatus method

Gets the instant messaging status for a given account.

See the IMThreads method for details on getting IM status from outside of the IIS process.

Syntax


C++
HRESULT GetIMStatus(
   IERUMember* pMember,
   BSTR* StatusDescription,
   ERUIMStatus* Status
)
Scripting languages
Object.GetIMStatus
   pMember as IERUMember,
   StatusDescription as String)

Parameters


pMember

The member for which you want to obtain an IM status.

StatusDescription

The status description string.

Status

The user's status, as an ERUIMStatus enum.

Return value


C++

The return code.

Scripting languages

The status description and IM status of the specified member.

Home

Applies to

IERUInstantMessageManager