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

The adapter class implements the methods defined in interface IMS_OXWSSRCHAdapter.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSSRCHAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
FindItem ( FindItemType findRequest ) : FindItemResponseType

Search specified items.

Initialize ( ITestSite 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

FindItem() public méthode

Search specified items.
public FindItem ( FindItemType findRequest ) : FindItemResponseType
findRequest Microsoft.Protocols.TestSuites.Common.FindItemType A request to the FindItem operation.
Résultat FindItemResponseType

Initialize() public méthode

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite 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