Reminders Class

Information about the event's reminders for the authenticated user.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleReminders

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

The Reminders type exposes the following members.

Constructors
  NameDescription
Public methodReminders
Initializes a new instance of the Reminders class.
Properties
  NameDescription
Public propertyOverrides
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
Public propertyUseDefault
Whether the default reminders of the calendar apply to the event.
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