C# Class Microsoft.Protocols.TestSuites.MS_OXWSBTRF.MS_OXWSBTRFSUTControlAdapter

MS-OXWSBTRF SUT control adapter implementation.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSBTRFSUTControlAdapter
显示文件 Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
CleanupFolder ( string userName, string userPassword, string userDomain, string folderName, string destFolderName ) : bool

Log on to a mailbox with a specified user account and delete all the subfolders from the specified folder.

Initialize ( ITestSite testSite ) : void

Initialize the test site.

Method Details

CleanupFolder() public method

Log on to a mailbox with a specified user account and delete all the subfolders from the specified folder.
public CleanupFolder ( string userName, string userPassword, string userDomain, string folderName, string destFolderName ) : bool
userName string Name of the user.
userPassword string Password of the user.
userDomain string Domain of the user.
folderName string Name of the folder which should be cleaned up.
destFolderName string The name of the destination folder which will be deleted.
return bool

Initialize() public method

Initialize the test site.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite default testSite
return void