Subscription Class

Object contains information about subscription together with the associated webhook.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivitySubscription

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

The Subscription type exposes the following members.

Constructors
  NameDescription
Public methodSubscription
Initializes a new instance of the Subscription class
Properties
  NameDescription
Public propertyContentType
Subscription content type
Public propertyStatus
Status of subscription
Public propertyWebhook
Associated webhooks
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