com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class CalendarItemCreateOrDeleteOperation

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.CalendarItemCreateOrDeleteOperation


  • public final class CalendarItemCreateOrDeleteOperation
    extends com.aspose.ms.System.Enum

    Represents options for create and delete operations

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int NotSpecified
      Not specified
      static int SendOnlyToAll
      Send email to participants.
      static int SendToAllAndSaveCopy
      Send email to participants and save copy.
      static int SendToNone
      Don't send mail
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • SendOnlyToAll

        public static final int SendOnlyToAll

        Send email to participants.

        See Also:
        Constant Field Values
      • SendToAllAndSaveCopy

        public static final int SendToAllAndSaveCopy

        Send email to participants and save copy.

        See Also:
        Constant Field Values