RemObjects.InternetPack.Messages

Classes

Class Notes
DefaultEncoder DefaultEncoder is used to write messages to a stream and to read messages from a stream.
HeaderField HeaderFiled contains one field for the fields of the header in an e-mail. It can be Subject of an e-mail, Message-ID, User-Agent, Date of an e-mail and Newsgroup for newsgroup articles.
HeaderFields The HeaderFileds class provides a collection of HeaderField objects which contains full information about the header of an e-mail.
MailMessage Represents an e-mail message that can be sent using Pop3Client and SmtpClient classes.
MessageAddress MessageAddress determines the address of the e-mail message. It is used by MailMessage class to store information about sender and recipients of the e-mail message.
MessageAddresses MessageAddresses determines an array of the MessageAddress objects. It is used to specify MailMessage properties refer to multiply recipients (Bcc, Cc, To).
MessageAttachment MessageAttachment represents an attachment to an e-mail message. Every e-mail in addition to a body can include several attachments (some files). Every such attachment is represented by this class.
MessageAttachments MessageAttachments stores array of MessageAttachment objects to be sent as a part of an e-mail message.

Interfaces

Interface
IMessageEncoder