MessageInfoBase Class

The MessageInfo represents the E-Mail message info fetched from the mail server.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public abstract class MessageInfoBase : IDisposable

The MessageInfoBase type exposes the following members.

Constructors
  NameDescription
Public methodMessageInfoBase
Initializes a new instance of the MessageInfoBase class.
Properties
  NameDescription
Public propertyBcc
Gets blind carbon copy of the E-Mail message.
Public propertyCC
Gets CC of the E-Mail message.
Public propertyDate
The origination date specifies the date and time at which the creator of the message indicated that the message was complete and ready to enter the mail delivery system. For instance, this might be the time that a user pushes the "send" or "submit" button in an application program. In any case, it is specifically not intended to convey the time that the message is actually transported, but rather the time at which the human or other creator of the message has put the message into its final form, ready for transport. (For example, a portable computer user who is not connected to a network might queue a message for delivery. The origination date is intended to contain the date and time that the user queued the message, not the time when the user connected to the network to send the message.)
Public propertyFrom
Gets the list of authors of this message.
Public propertyHeaders
Gets the Headers of the E-Mail message.
Public propertyListUnsubscribe
The List-Unsubscribe field describes the command (preferably using mail) to directly unsubscribe the user(removing them from the list). For more details please see https://tools.ietf.org/html/rfc2369
Public propertyMessageId
Gets the message ID.
Public propertyProperties
Gets a mapi properties.
Public propertyReplyTo
Gets the list of addresses that should receive replies to this message.
Public propertySender
Gets the sender of this message.
Public propertySize
Gets the size of the E-Mail message.
Public propertySubject
Gets the Subject of the E-Mail message.
Public propertyTo
Gets the receiptants of the E-Mail message.
Methods
  NameDescription
Public methodDispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
A string that represents the current object.
(Overrides ObjectToString.)
See Also