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.
|
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 |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | The instance of ITestSite Class. |
return | void |