IInterchangeAccessSession IgetInterchangeAccessSession( string userName, string password);
An IInterchangeAccessSession object for the access session.
The IgetInterchangeAccessSession() method verifies that userName and password are valid for the InterChange Server Express instance.
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.IgetInterchangeAccessSession( userName, password);