|
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | Send () |
Sends the email message |
|
| + | Send (character) |
Sends the email message |
| Options | Name | Purpose | |
|---|---|---|---|
| + | EmailMessage (EmailConfiguration) |
Constructor for the EmailMessage class |
|
| + | EmailMessage (ISmtpConfiguration) |
Constructor for the EmailMessage class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | LONGCHAR Body |
Gets and sets the Body of the email |
|
| + | Consultingwerk.Utilities.Mail.EmailConfiguration Configuration |
Returns the instance of the Email Configuration object used
by this email message instance |
|
| + | System.Net.Mail.MailMessage Message |
Returns the instance of the MailMessage object used by this email
message instance |
|
| + | System.Net.Mail.SmtpClient SmtpClient |
Returns the instance of the SmtpClient class |
|
| + | CHARACTER Subject |
Gets and sets the Subject of the email |
|
Top
PUBLIC Send ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Send (character)
|
|||||||||||||||
PUBLIC EmailMessage (EmailConfiguration)
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC EmailMessage (ISmtpConfiguration)
|
|||||||||||||||||
PUBLIC LONGCHAR Body
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Utilities.Mail.EmailConfiguration Configuration
|
|||||||||||||||
PUBLIC System.Net.Mail.MailMessage Message
|
|||||||||||||||
PUBLIC System.Net.Mail.SmtpClient SmtpClient
|
|||||||||||||||
PUBLIC CHARACTER Subject
|
|||||||||||||||