C# Class Microsoft.Protocols.TestSuites.MS_OXWSMTGS.MS_OXWSFOLDAdapter

Adapter class of MS-OXWSFOLD.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSFOLDAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
CreateFolder ( CreateFolderType request ) : CreateFolderResponseType

Create a new folder within a specific folder.

DeleteFolder ( DeleteFolderType request ) : DeleteFolderResponseType

Delete a folder from mailbox.

GetFolder ( GetFolderType request ) : GetFolderResponseType

Get folders, Calendar folders, Contacts folders, Tasks folders, and search folders.

Initialize ( TestTools testSite ) : void

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.

SwitchUser ( string userName, string userPassword, string userDomain ) : void

Switch the current user to the new one, with the identity of the new user to communicate with Exchange Web Service.

Method Details

CreateFolder() public méthode

Create a new folder within a specific folder.
public CreateFolder ( CreateFolderType request ) : CreateFolderResponseType
request Microsoft.Protocols.TestSuites.Common.CreateFolderType Request of CreateFolder operation.
Résultat CreateFolderResponseType

DeleteFolder() public méthode

Delete a folder from mailbox.
public DeleteFolder ( DeleteFolderType request ) : DeleteFolderResponseType
request Microsoft.Protocols.TestSuites.Common.DeleteFolderType Request DeleteFolder operation.
Résultat DeleteFolderResponseType

GetFolder() public méthode

Get folders, Calendar folders, Contacts folders, Tasks folders, and search folders.
public GetFolder ( GetFolderType request ) : GetFolderResponseType
request Microsoft.Protocols.TestSuites.Common.GetFolderType Request of GetFolder operation.
Résultat GetFolderResponseType

Initialize() public méthode

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( TestTools testSite ) : void
testSite TestTools Pass ITestSite to adapter, make adapter can use ITestSite's function.
Résultat void

SwitchUser() public méthode

Switch the current user to the new one, with the identity of the new user to communicate with Exchange Web Service.
public SwitchUser ( string userName, string userPassword, string userDomain ) : void
userName string The name of a user
userPassword string The password of a user
userDomain string The domain, in which a user is
Résultat void