UTMail
1.1
Email Composition and Sending Plugin
|
This is the complete list of members for UT.MailMessage, including all inherited members.
AddAttachment(string attachmentPath) | UT.MailMessage | |
AddAttachment(global::System.IO.Stream stream, string fileName) | UT.MailMessage | |
AddAttachment(byte[] byteBuffer, string fileName) | UT.MailMessage | |
AddAttachment(string text, global::System.Text.Encoding targetEncoding, string fileName) | UT.MailMessage | |
AddAttachment(string text, string fileName) | UT.MailMessage | |
AddBcc(string emailAddress) | UT.MailMessage | |
AddCC(string emailAddress) | UT.MailMessage | |
AddTo(string emailAddress) | UT.MailMessage | |
Attachments | UT.MailMessage | |
Bcc | UT.MailMessage | |
Body | UT.MailMessage | |
CC | UT.MailMessage | |
IsBodyHtml | UT.MailMessage | |
MailMessage() | UT.MailMessage | |
MailMessage(MailMessage mailMessage) | UT.MailMessage | |
SetBody(string body) | UT.MailMessage | |
SetBodyHtml(bool isBodyHtml) | UT.MailMessage | |
SetSubject(string subject) | UT.MailMessage | |
Subject | UT.MailMessage | |
To | UT.MailMessage |