MailMessageEventArgs Class

Provides data for the MessageSending and MessageSent events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aspose.Email.Clients.SmtpMailMessageEventArgs

Namespace:  Aspose.Email.Clients.Smtp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MailMessageEventArgs : EventArgs

The MailMessageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMailMessageEventArgs
Initializes a new instance of the MailMessageEventArgs class.
Properties
  NameDescription
Public propertyMessage
Gets the sending message.
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