C# Класс Microsoft.Protocols.TestSuites.MS_OXWSCORE.MS_OXWSUSRCFGSUTControlAdapter

MS-OXWSUSRCFG SUT control adapter implementation.
Наследование: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSUSRCFGSUTControlAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateUserConfiguration() публичный Метод

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.
Результат bool

Initialize() публичный Метод

Initialize some variables overridden.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite The instance of ITestSite Class.
Результат void