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

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

Méthodes publiques

Méthode 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 méthode

Initialize the adapter.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite Test site.
Résultat void

SendMailItem() public méthode

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