| Public Properties |
| AttachmentDefaults |
When an attachment is added to a message, header fields are included that describe the attachment. This property provides default header fields for common attachment file types. These strings may be modified or more added so subsequent calls to the AddAttachment method use the header fields you provide. |
| AttachmentDirectory |
Decoded message attachments are created in this directory. |
| AttachmentOverwrite |
Specifies whether decoded message attachments are overwritten if the filename is the same. |
| Attribute |
Server-related attributes of the message. |
| Bcc |
Collection of recipient address strings that are not disclosed to other recipients (Blind Carbon Copy). |
| Charset |
Gets and sets the character set used for string/byte array conversions. |
| Cc |
Collection of address strings for the secondary recipients (Carbon Copy). |
| Content |
Read from this property to encode the message or write to this property to initialize the object. |
| From |
Specifies the author of the message. |
| Header |
Collection of header fields contained in a Message Object or a Part Object. |
| PartList |
Collection of all Part Objects in a multipart message. |
| Parts |
Collection of "sibling" Part Objects existing at a single level in the message. |
| QuotedPrintable |
When set to True, Quoted-Printable encoding is applied to textual parts of the message when it is encoded. When set to False, textual parts of the message are sent "as-is". |
| Size |
Returns the size of the encoded message. |
| Subject |
Subject of the message. |
| Text |
Text contained in a non-multipart message. |
| To |
Collection of recipient address strings. |
| Public Methods |
| AddAttachment |
Attach a file to the message. |
| AddDigest |
Create a digest message such as that used to archive newsgroup or mailing list correspondence. |
| AddHtml |
Create a ready-to-send HTML email message. |
| AddMessage |
Attach an existing message to the message. |
| AddText |
Add a text body part, optionally specifying a character set. |
| Browse |
Activate the edit window. This is a debugging feature that supports run-time access for message browsing and editing. |
| Decode |
Decode a message from consecutive buffers of encoded data. |
| DecodeBuf |
Decode a single buffer. |
| Encode |
Generate consecutive segments of the encoded message stream. |
| EncodeBuf |
Encode a buffer. |
| d>Forward |
Create a "forwarded" message to the specified recipient. |
| Load |
Load a message file. |
| Reply |
Create a "reply" message to sender or all recipients. |
| Store |
Store a message in a file. |