com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MessageInfoType

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


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

    Enumerates the message types.

    • 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 Appointment
      This value represents the Appointments type (IPM.Appointment class ID).
      static int Contact
      This value represents the Contacts type (IPM.Contact class ID).
      static int MailMessage
      This value represents the E-mail messages type (IPM.Note class ID).
      static int None
      Undefined type.
      static int Post
      This value represents the Posting notes type (IPM.Post class ID).
      static int Task
      This value represents the Tasks type (IPM.Task class ID).
      • 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

      • MailMessage

        public static final int MailMessage

        This value represents the E-mail messages type (IPM.Note class ID).

        See Also:
        Constant Field Values
      • Appointment

        public static final int Appointment

        This value represents the Appointments type (IPM.Appointment class ID).

        See Also:
        Constant Field Values
      • Task

        public static final int Task

        This value represents the Tasks type (IPM.Task class ID).

        See Also:
        Constant Field Values
      • Post

        public static final int Post

        This value represents the Posting notes type (IPM.Post class ID).

        See Also:
        Constant Field Values
      • Contact

        public static final int Contact

        This value represents the Contacts type (IPM.Contact class ID).

        See Also:
        Constant Field Values