메소드 | 설명 | |
---|---|---|
FindItem ( |
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.
|
public FindItem ( |
||
findRequest | A request to the FindItem operation. | |
리턴 | FindItemResponseType |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Pass ITestSite to adapter, make adapter can use ITestSite's function. |
리턴 | void |
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 |