메소드 | 설명 | |
---|---|---|
CreateFolder ( |
Create a new folder within a specific folder.
|
|
DeleteFolder ( |
Delete a folder from mailbox.
|
|
GetFolder ( |
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.
|
public CreateFolder ( |
||
request | Request of CreateFolder operation. | |
리턴 | CreateFolderResponseType |
public DeleteFolder ( |
||
request | Request DeleteFolder operation. | |
리턴 | DeleteFolderResponseType |
public GetFolder ( |
||
request | Request of GetFolder operation. | |
리턴 | GetFolderResponseType |
public Initialize ( TestTools testSite ) : void | ||
testSite | TestTools | 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 |