Class OlmMessageInfo

OlmMessageInfo class

Represents an information about message in the OLM storage.

public class OlmMessageInfo

Properties

NameDescription
Date { get; }Gets the date of message.
EntryId { get; }Gets the message entry identifier.
From { get; }Gets the from address.
HasAttachments { get; }Gets or sets a value indicating whether the message has attachments.
MessageClass { get; }Gets 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.
ModifiedDate { get; }Gets the date of message.
Subject { get; }Gets the message subject.
To { get; }Gets the address collection that contains the recipients of message.

See Also