MessageInfo Class

Represents information about message in PST.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Storage.PstMessageInfo

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MessageInfo

The MessageInfo type exposes the following members.

Constructors
  NameDescription
Public methodMessageInfo
Initializes a new instance of the MessageInfo class.
Properties
  NameDescription
Public propertyDisplayCC
Gets the CC: line.
Public propertyDisplayTo
Gets the To: line.
Public propertyEntryId
Gets the entry ID.
Public propertyEntryIdString
Gets string representation of entry ID.
Public propertyImportance
Gets the Importance.
Public propertyMessageClass
Gets the Message class.
Public propertyProperties
Gets the MessageInfo properties.
Public propertySenderRepresentativeName
Gets the sender representative name.
Public propertySensitivity
Gets the Sensitivity.
Public propertySubject
Gets the message subject.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also