| SetIMAccountInfo method 
 
 Sets the user's instant messaging account information. 
Syntax
 
C++
HRESULT 
 SetIMAccountInfo( 
   ERUIMNetwork NetworkID, 
   BSTR AccountName) 
 
Scripting languages
Object.SetIMAccountInfo 
   NetworkID 
 as ERUIMNetwork, 
   AccountName 
 as String |  
 
Parameters
 
NetworkID
The user's instant message network, as an ERUIMNetwork 
 enum. 
AccountName
The user's account name. 
Return value
 
C++
The return code.  | 
Scripting languages
None.  |  
  | 
 Home 
 
Applies to 
IERUUser  |