OlmMessageInfo

OlmMessageInfo class

Represents an information
about message in the OLM storage.

The OlmMessageInfo type exposes the following members:

Properties

NameDescription
entry_idGets the message entry identifier.
subjectGets the message subject.
dateGets the date of message.
modified_dateGets the date of message.
from_addressGets the from address.
toGets the address collection that contains
the recipients of message.
message_classGets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note.
The message class specifies the type, purpose, or content of the message.
has_attachmentsGets or sets a value indicating whether the message has attachments.

See Also