Method | Description | |
---|---|---|
FolderSync ( FolderSyncRequest folderSyncRequest ) : FolderSyncResponse |
Synchronizes the collection hierarchy
|
|
GetItemEstimate ( GetItemEstimateRequest getItemEstimateRequest ) : |
Gets an estimate of the number of items in a collection or folder on the server that have to be synchronized.
|
|
Initialize ( ITestSite testSite ) : void |
Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
|
|
ItemOperations ( ItemOperationsRequest itemOperationsRequest ) : |
Acts as a container for the Fetch element, the EmptyFolderContents element, and the Move element to provide batched online handling of these operations against the server.
|
|
MoveItems ( MoveItemsRequest moveItemsRequest ) : |
Moves an item or items from one folder on the server to another.
|
|
Search ( SearchRequest searchRequest, bool expectSuccess, int itemsCount ) : |
Find entries address book, mailbox, or document library.
|
|
SendMail ( SendMailRequest sendMailRequest ) : SendMailResponse |
Sends MIME-formatted e-mail messages to the server.
|
|
SmartForward ( SmartForwardRequest smartForwardRequest ) : SmartForwardResponse |
Forwards messages without retrieving the full, original message from the server.
|
|
SmartReply ( SmartReplyRequest smartReplyRequest ) : SmartReplyResponse |
Replies to messages without retrieving the full, original message from the server.
|
|
SwitchUser ( string userName, string userPassword, string userDomain ) : void |
Change the user authentication.
|
|
Sync ( SyncRequest syncRequest ) : |
Synchronizes changes in a collection between the client and the server.
|
|
SyncEmail ( SyncRequest syncRequest, string subject, bool isRetryNeeded ) : Sync |
Find an email with specific subject.
|
Method | Description | |
---|---|---|
VerifyCommonRequirements ( ) : void |
This method is used to verify common requirements.
|
|
VerifyContainerDataType ( ) : void |
This method is used to verify the container data type related requirements.
|
|
VerifyIntegerDataType ( ) : void |
This method is used to verify the integer data type related requirements.
|
|
VerifyItemOperationsCommandResponse ( |
This method is used to verify requirements related to ItemOperations command.
|
|
VerifyStringDataType ( ) : void |
This method is used to verify the string data type related requirements.
|
|
VerifySyncCommandResponse ( Sync syncResult ) : void |
This method is used to verify requirements related to Sync command.
|
|
VerifyWBXMLCapture ( ) : void |
Verify WBXML Capture for WBXML process.
|
public FolderSync ( FolderSyncRequest folderSyncRequest ) : FolderSyncResponse | ||
folderSyncRequest | FolderSyncRequest | A FolderSyncRequest object that contains the request information. |
return | FolderSyncResponse |
public GetItemEstimate ( GetItemEstimateRequest getItemEstimateRequest ) : |
||
getItemEstimateRequest | GetItemEstimateRequest | A GetItemEstimateRequest object that contains the request information. |
return |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Transfer ITestSite into adapter, make adapter can use ITestSite's function. |
return | void |
public ItemOperations ( ItemOperationsRequest itemOperationsRequest ) : |
||
itemOperationsRequest | ItemOperationsRequest | An ItemOperationsRequest object that contains the request information. |
return |
public MoveItems ( MoveItemsRequest moveItemsRequest ) : |
||
moveItemsRequest | MoveItemsRequest | A MoveItemsRequest object that contains the request information. |
return |
public Search ( SearchRequest searchRequest, bool expectSuccess, int itemsCount ) : |
||
searchRequest | SearchRequest | A SearchRequest object that contains the request information. |
expectSuccess | bool | Whether the Search command is expected to be successful. |
itemsCount | int | The count of the items expected to be found. |
return |
public SendMail ( SendMailRequest sendMailRequest ) : SendMailResponse | ||
sendMailRequest | SendMailRequest | A SendMailRequest object that contains the request information. |
return | SendMailResponse |
public SmartForward ( SmartForwardRequest smartForwardRequest ) : SmartForwardResponse | ||
smartForwardRequest | SmartForwardRequest | A SmartForwardRequest object that contains the request information. |
return | SmartForwardResponse |
public SmartReply ( SmartReplyRequest smartReplyRequest ) : SmartReplyResponse | ||
smartReplyRequest | SmartReplyRequest | A SmartReplyRequest object that contains the request information. |
return | SmartReplyResponse |
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 which the user belongs to. |
return | void |
public Sync ( SyncRequest syncRequest ) : |
||
syncRequest | SyncRequest | A SyncRequest object that contains the request information. |
return |
public SyncEmail ( SyncRequest syncRequest, string subject, bool isRetryNeeded ) : Sync | ||
syncRequest | SyncRequest | A SyncRequest object that contains the request information. |
subject | string | The subject of the email to find. |
isRetryNeeded | bool | A boolean whether need retry. |
return | Sync |