MessageObject

MessageObject class

Represents an Outlook message object.
Evaluation limits: only 1 attachment and 1 recipient are read when message is being loaded, watermark will be added when the message is being saved.

The MessageObject type exposes the following members:

Constructors

NameDescription
MessageObject(stream, load_format)Initializes a new instance of the MessageObject class
MessageObject(file_name, load_format)Initializes a new instance of the MessageObject class

Properties

NameDescription
propertiesGets the properties of the MessageObject.
codepageGets the codepage used to encode/decode string properties in case
recipientsGets the recipients of the MessageObject.
attachmentsGets the attachments of the MessageObject.

Methods

NameDescription
save(file_name, format)
save(stream, format)
get_id_for_named_property()

See Also