Dart Smtp, Pop, Imap Controls
Message Object Members
Overview 
Public Methods
Public Method AddAttachmentAttach a file to the message.
Public Method AddDigestCreate a digest message such as that used to archive newsgroup or mailing list correspondence.
Public Method AddHtmlCreate a ready-to-send HTML email message.
Public Method AddMessageAttach an existing message to the message.
Public Method AddTextAdd a text body part, optionally specifying a character set.
Public Method BrowseActivate the edit window. This is a debugging feature that supports run-time access for message browsing and editing.
Public Method DecodeDecode a message from consecutive buffers of encoded data.
Public Method DecodeBufDecode a single buffer.
Public Method EncodeGenerate consecutive segments of the encoded message stream.
Public Method EncodeBufEncode a buffer.
Public Method ForwardCreate a "forwarded" message to the specified recipient.
Public Method LoadLoad a message from disk.
Public Method ReplyCreate a "reply" message to sender or all recipients.
Public Method StoreStore a message in a file.
Public Properties
Public Property AttachmentDefaultsWhen 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.
Public Property AttachmentDirectoryDirectory for decoded mail attachments.
Public Property AttachmentOverwriteSpecifies whether decoded message attachments are overwritten if the filename is the same.
Public Property AttributeServer-related attributes of the message.
Public Property BccCollection of recipient address strings that are not disclosed to other recipients (Blind Carbon Copy).
Public Property CcCollection of address strings for the secondary recipients (Carbon Copy).
Public Property CharsetGets 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.
Public Property ContentRead from this property to encode the message or write to this property to initialize the object.
Public Property FromSpecifies the author of the message.
Public Property HeaderCollection of header fields contained in a Message Object or a Part Object.
Public Property PartListCollection of all Part Objects in a multipart message.
Public Property PartsCollection of "sibling" Part Objects existing at a single level in the message.
Public Property QuotedPrintableWhen 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".
Public Property SizeReturns the size of the encoded message.
Public Property SubjectSubject of the message.
Public Property TextMessage text for non-multipart messages.
Public Property ToCollection of recipient address strings.
See Also

Message Object


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic