IMessage

IMessage class

Represents a common message interface

The IMessage type exposes the following members:

Properties

NameDescription
subjectGets or sets a message subject
bodyGets or sets a message body
html_bodyGets or sets a html formatted message body
dateGets the date and time when message was delivered
attachmentsGets message attachments
toGets recipients
ccGets CC recipients
bccGets BCC recipients
from_addressGets or sets a from address
body_typeGets the type of the body.

Methods

NameDescription
save(file_name)
save(stream)

See Also