Class MessageInfo

MessageInfo class

Represents information about message in PST.

public sealed class MessageInfo

Constructors

NameDescription
MessageInfo()Initializes a new instance of the MessageInfo class.

Properties

NameDescription
DisplayCC { get; }Gets the CC: line.
DisplayTo { get; }Gets the To: line.
EntryId { get; }Gets the entry ID.
EntryIdString { get; }Gets string representation of entry ID.
Importance { get; }Gets the Importance.
MessageClass { get; }Gets the Message class.
Properties { get; }Gets the MessageInfo properties.
SenderRepresentativeName { get; }Gets the sender representative name.
Sensitivity { get; }Gets the Sensitivity.
Subject { get; }Gets the message subject.

See Also