C# Class Microsoft.Protocols.TestSuites.MS_OXWSCORE.MS_OXWSUSRCFGSUTControlAdapter

MS-OXWSUSRCFG SUT control adapter implementation.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSUSRCFGSUTControlAdapter
Mostrar archivo Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
CreateUserConfiguration ( string userName, string password, string domain, string userConfigurationName ) : bool

Log on to a mailbox with a specified user account and create an user configuration objects on inbox folder.

Initialize ( ITestSite testSite ) : void

Initialize some variables overridden.

Method Details

CreateUserConfiguration() public method

Log on to a mailbox with a specified user account and create an user configuration objects on inbox folder.
public CreateUserConfiguration ( string userName, string password, string domain, string userConfigurationName ) : bool
userName string The name of the user used to communicate with server
password string The password of the user used to communicate with server
domain string The domain of the user used to communicate with server
userConfigurationName string Name of the user configuration object.
return bool

Initialize() public method

Initialize some variables overridden.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite The instance of ITestSite Class.
return void