C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.MS_OXCMAPIHTTPSUTControlAdapter

The Implementation of the SUT Control Adapter interface.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXCMAPIHTTPSUTControlAdapter
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Initialize ( ITestSite testSite ) : void

Initialize the adapter.

SendMailItem ( ) : bool

A method used to send an email to the specified user account.

Method Details

Initialize() public method

Initialize the adapter.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite Test site.
return void

SendMailItem() public method

A method used to send an email to the specified user account.
public SendMailItem ( ) : bool
return bool