MessageAddedEventArgs Class

Provides data for the MessageAdded event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aspose.Email.Storage.PstMessageAddedEventArgs

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

The MessageAddedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMessageAddedEventArgs
Initializes a new instance of the MessageAddedEventArgs class.
Properties
  NameDescription
Public propertyEntryId
Gets the string that represents the EntryId of the added message.
Public propertyMessage
Gets the message that has been added.
Methods
  NameDescription
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 (Inherited from Object.)
See Also