com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class StandardIpmFolder

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


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

    Represents a standard interpersonal message (IPM) folders.

    • 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 Appointments
      Outlook Calendar folder.
      static int Contacts
      Outlook Contacts folder.
      static int DeletedItems
      Deleted Items folder.
      static int Drafts
      Outlook Drafts folder.
      static int Inbox
      Inbox folder.
      static int Journal
      Outlook Journal folder.
      static int JunkEmail
      Junk email folder
      static int Notes
      Outlook Notes folder.
      static int Outbox
      Outbox folder.
      static int SentItems
      Sent Items folder.
      static int SyncIssues
      Sync issues folder
      static int Tasks
      Outlook Tasks folder.
      static int Unspecified
      Unspecified value.
      • 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

      • DeletedItems

        public static final int DeletedItems

        Deleted Items folder. A client application move deleted messages to the Deleted Items folder.

        See Also:
        Constant Field Values
      • Outbox

        public static final int Outbox

        Outbox folder. Outbound messages are usually created in the Outbox folder.

        See Also:
        Constant Field Values
      • SentItems

        public static final int SentItems

        Sent Items folder. After being sent, messages are usually placed in the Sent Items folder.

        See Also:
        Constant Field Values
      • Appointments

        public static final int Appointments

        Outlook Calendar folder.

        See Also:
        Constant Field Values