C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSMSG.MS_OXWSMSGSUTControlAdapter

MS-OXWSMSG SUT control adapter implementation.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSMSGSUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CleanupFolders() 공개 메소드

Clean up all items in the Calendar, Inbox, Deleted Items, Drafts and Sent Items folders, which contain a specified subject.
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 ';'.
리턴 bool

Initialize() 공개 메소드

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