C# Class AOUT.Ch4.LogAn.Test.MockEmailService

Inheritance: IEmailService
Show file Open project: royosherove/aout1 Class Usage Examples

Public Properties

Property Type Description
Body string
Subject string
To string

Public Methods

Method Description
SendEmail ( string to, string subject, string body ) : void

Method Details

SendEmail() public method

public SendEmail ( string to, string subject, string body ) : void
to string
subject string
body string
return void

Property Details

Body public property

public string Body
return string

Subject public property

public string Subject
return string

To public property

public string To
return string