C# Class Microsoft.Protocols.TestSuites.MS_OXWSSYNC.AdapterHelper

The class provide common methods for MS_OXWSFOLDSUTControlAdapter and MS_OXWSSYNCSUTControlAdapter
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
SwitchUser ( string name, string userPassword, string userDomain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : bool

Log on mailbox with specified user account.

Method Details

SwitchUser() public static method

Log on mailbox with specified user account.
public static SwitchUser ( string name, string userPassword, string userDomain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : bool
name string Name of the user.
userPassword string Password of the user.
userDomain string Domain of the user.
exchangeServiceBinding Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding An instance of Service Binding
site ITestSite An instance of ITestSite
return bool