com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Reminders



  • public class Reminders
    extends Object

    Information about the event's reminders for the authenticated user.

    • Constructor Summary

      Constructors 
      Constructor and Description
      Reminders()
      Initializes a new instance of the Reminders class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] getOverrides()
      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.
      boolean getUseDefault()
      Whether the default reminders of the calendar apply to the event.
      void setOverrides(com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)
      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.
      void setUseDefault(boolean value)
      Whether the default reminders of the calendar apply to the event.
    • Constructor Detail

      • Reminders

        public Reminders()

        Initializes a new instance of the Reminders class.

    • Method Detail

      • getUseDefault

        public final boolean getUseDefault()

        Whether the default reminders of the calendar apply to the event.

      • setUseDefault

        public final void setUseDefault(boolean value)

        Whether the default reminders of the calendar apply to the event.

      • getOverrides

        public final com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] getOverrides()

        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.

      • setOverrides

        public final void setOverrides(com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)

        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.