C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.MS_OXORULESUTControlAdapter

The implementation of the SUT Control Adapter interface which is used by test cases in the test suite to send an email to the recipient.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXORULESUTControlAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
Initialize ( ITestSite testSite ) : void

Initialize the adapter.

SendMailToRecipient ( string senderUserName, string senderPassword, string recipientUserName, string subject ) : void

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

SendMailToRecipient() public méthode

A method used to send an email to the specified user account.
public SendMailToRecipient ( string senderUserName, string senderPassword, string recipientUserName, string subject ) : void
senderUserName string The sender's name.
senderPassword string The sender's password.
recipientUserName string The recipient's name.
subject string The email's subject.
Résultat void