C# Class EmailProcessing.EmailSender

Inheritance: IEmailSender
Afficher le fichier Open project: andrewmyhre/EmailProcessing

Protected Properties

Свойство Type Description
DeliveredLocation string
FailedLocation string

Méthodes publiques

Méthode Description
EmailSender ( EmailProcessingConfigurationSection configuration ) : System
EmailSender ( string deliveredLocation, string failedLocation ) : System
SendMail ( object sender, EmailToSendArgs e ) : void

Method Details

EmailSender() public méthode

public EmailSender ( EmailProcessingConfigurationSection configuration ) : System
configuration EmailProcessing.Configuration.EmailProcessingConfigurationSection
Résultat System

EmailSender() public méthode

public EmailSender ( string deliveredLocation, string failedLocation ) : System
deliveredLocation string
failedLocation string
Résultat System

SendMail() public méthode

public SendMail ( object sender, EmailToSendArgs e ) : void
sender object
e EmailToSendArgs
Résultat void

Property Details

DeliveredLocation protected_oe property

protected string DeliveredLocation
Résultat string

FailedLocation protected_oe property

protected string FailedLocation
Résultat string