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 | Directory for decoded mail attachments. |
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). |
Cc | Collection of address strings for the secondary recipients (Carbon Copy). |
Charset | Gets and sets the preferred character set label that is used to for converting non-ASCII Unicode characters contained in the message body or message part to/from a byte encoded representation. |
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 | Message text for non-multipart messages. |
To | Collection of recipient address strings. |