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

The adapter class implements the method defined in interface IMS_OXWSSRCHAdapter.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSSRCHAdapter
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
FindFolder ( FindFolderType findRequest ) : FindFolderResponseType

Search specific folders.

FindItem ( FindItemType findRequest ) : FindItemResponseType

Search specified items.

Initialize ( ITestSite testSite ) : void

Initialize some variables overridden.

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

FindFolder() public method

Search specific folders.
public FindFolder ( FindFolderType findRequest ) : FindFolderResponseType
findRequest Microsoft.Protocols.TestSuites.Common.FindFolderType Specify a request for a FindFolder operation
return FindFolderResponseType

FindItem() public method

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

Initialize() public method

Initialize some variables overridden.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite The instance of ITestSite Class.
return void

SwitchUser() public method

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
return void