Marek Mail System Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
MarekMailSystem2SimpleWebUI._Default_Default class
MarekMailSystem2.DummyEmailTable
MarekMailSystem2.EmailEmail class represents an e-mail. It has properties like: From, To, Subject, Body etc. To send an e-mail, pass an instance of this class to SmtpEmailClient.Send(Email) method. String properties with email adresses can contain display name like here: "display name &lt;user@host&gt;" . You variables like $FOO in email properties to create email template. Then you can use Email.ProcessTemplate(Directory<string,string> context) to get email with variables like $FOO changed to context[FOO]
MarekMailSystem2.EmailManagerThis is the main class. Most of the time you will use only this class to send emails
MarekMailSystem2.EmailSender
MarekMailSystem2.EmailStatusThis class contains two enums: SendingStatus and SmtpStatus. SmtpStatus value is important only when SendingStatus = SmtpFailed or SmtpFailedRecipients
MarekMailSystem2SimpleWinUI.FormMarekMailSystem2SimpleWinUI
MarekMailSystem2Tests.Go
MarekMailSystem2.IEmailSender
MarekMailSystem2.IEmailTableThis interface represents an Email Table (usually in some database)
MarekMailSystem2.NHibernateEmailTable
MarekMailSystem2Tests.NormalTestsTest fixture blabla
MarekMailSystem2SimpleWinUI.Program
MarekMailSystem2SimpleWinUI.Properties.ResourcesA strongly-typed resource class, for looking up localized strings, etc
MarekMailSystem2SimpleWinUI.Properties.Settings
MarekMailSystem2.SmtpEmailSenderThis class represents smtp client with can connect to some smtp server and send an email. Smtp server details can be set in configuration file (TODO: not implemented yet) or through this class properties
MarekMailSystem2.TemplateEngine
MarekMailSystem2.TestTemplateEmailTable

Generated on Thu Oct 25 11:32:53 2007 for Marek Mail System by  doxygen 1.5.3-20071008