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

MS-OXWSBTRF SUT control adapter implementation.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSBTRFSUTControlAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool

Initialize() public méthode

Initialize the test site.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite default testSite
Résultat void