Method | Description | |
---|---|---|
CleanupFolders ( string userName, string password, string domain, string subject, string folders ) : bool |
Clean up all items in the Calendar, Inbox, Deleted Items, Drafts and Sent Items folders, which contain a specified subject.
|
|
Initialize ( ITestSite testSite ) : void |
Initialize some variables overridden.
|
Method | Description | |
---|---|---|
CleanupFolder ( string folder, string subject ) : bool |
Clean up the items which contain a specified subject in the specified folder.
|
|
GetItemIds ( string folder, string value ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[] |
The method searches the mailbox and returns the items that meet a specified search restriction.
|
public CleanupFolders ( string userName, string password, string domain, string subject, string folders ) : bool | ||
userName | string | The name of the user used to communicate with server |
password | string | The password of the user used to communicate with server |
domain | string | The domain of the user used to communicate with server |
subject | string | Subject of the item to be removed. |
folders | string | The folders to be cleaned up, which are delimited by ';'. |
return | bool |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | The instance of ITestSite Class. |
return | void |