Notification Class

Object contains an aggregation of actions and events harvested from multiple servers across multiple datacenters.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Notification : ContentInfo

The Notification type exposes the following members.

Constructors
  NameDescription
Public methodNotification
Initializes a new instance of the Notification class
Properties
  NameDescription
Public propertyContentId
Gets or sets an opaque string that uniquely identifies the content.
(Inherited from ContentInfo.)
Public propertyContentType
Gets or sets content type.
(Inherited from ContentInfo.)
Public propertyContentUri
Gets or sets URL to use when retrieving the content.
(Inherited from ContentInfo.)
Public propertyCreated
Gets or sets datetime when the content was made available.
(Inherited from ContentInfo.)
Public propertyExpiration
Gets or sets datetime after which the content will no longer be available for retrieval.
(Inherited from ContentInfo.)
Public propertySent
Gets or sets datetime when the notification was sent.
Public propertyStatus
Gets or sets status of notification.
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