Default constructor for a new MailMessage
Default constructor for a new MailMessage
public EmailMessage();
Loads and sets various EmailMessage properties from the application configuration file.
public EmailMessage(bool,bool);
Create a new mail message, that will be relayed through a mailserver.
public EmailMessage(string);
Create a new mail message and set the default relay Mail Server, and the From email address.
public EmailMessage(string,string);
Create a new mail message and set the default relay Mail Server, the From email address, and the Email To address..
public EmailMessage(string,string,string);
Create a new mail message and set the default relay Mail Server, the From email address, and the Email To address..
public EmailMessage(string,string,string,string,string,bool);