C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSCORE.MS_OXWSSRCHAdapter

The adapter class implements the method defined in interface IMS_OXWSSRCHAdapter.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSSRCHAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
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.

메소드 상세

FindFolder() 공개 메소드

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

FindItem() 공개 메소드

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

Initialize() 공개 메소드

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

SwitchUser() 공개 메소드

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
리턴 void