C# 클래스 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.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXORULESUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

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

메소드 상세

Initialize() 공개 메소드

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

SendMailToRecipient() 공개 메소드

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.
리턴 void