com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiMessageFlags

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


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

    MapiMessageFlags.

    • 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 long MSGFLAG_ASSOCIATED
      MSGFLAG_ASSOCIATED.
      static long MSGFLAG_EVERREAD
      The message has been read at least once.
      static long MSGFLAG_FROMME
      The user receiving the message was also the user who sent the message.
      static long MSGFLAG_HASATTACH
      The message has at least one attachment.
      static long MSGFLAG_NOTIFYREAD
      The user who sent the message has requested notification when a recipient first reads it.
      static long MSGFLAG_NOTIFYUNREAD
      The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.
      static long MSGFLAG_ORIGIN_INTERNET
      The incoming message arrived over the Internet.
      static long MSGFLAG_ORIGIN_MISC_EXT
      The incoming message arrived over an external link other than X.400 or the Internet.
      static long MSGFLAG_ORIGIN_X400
      The incoming message arrived over an X.400 link.
      static long MSGFLAG_READ
      The message is marked as having been read.
      static long MSGFLAG_RESEND
      The message includes a request for a resend operation with a non-delivery report.
      static long MSGFLAG_SUBMIT
      The message is marked for sending as a result of a call to IMessage::SubmitMessage.
      static long MSGFLAG_UNMODIFIED
      The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).
      static long MSGFLAG_UNSENT
      The message is still being composed.
      static long MSGFLAG_ZERO 
      • 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

      • MSGFLAG_READ

        public static final long MSGFLAG_READ

        The message is marked as having been read.

        See Also:
        Constant Field Values
      • MSGFLAG_UNMODIFIED

        public static final long MSGFLAG_UNMODIFIED

        The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).

        See Also:
        Constant Field Values
      • MSGFLAG_SUBMIT

        public static final long MSGFLAG_SUBMIT

        The message is marked for sending as a result of a call to IMessage::SubmitMessage. Message store providers set this flag; the client has read-only access.

        See Also:
        Constant Field Values
      • MSGFLAG_UNSENT

        public static final long MSGFLAG_UNSENT

        The message is still being composed. It is saved, but has not been sent.

        See Also:
        Constant Field Values
      • MSGFLAG_HASATTACH

        public static final long MSGFLAG_HASATTACH

        The message has at least one attachment.

        See Also:
        Constant Field Values
      • MSGFLAG_FROMME

        public static final long MSGFLAG_FROMME

        The user receiving the message was also the user who sent the message.

        See Also:
        Constant Field Values
      • MSGFLAG_ASSOCIATED

        public static final long MSGFLAG_ASSOCIATED

        MSGFLAG_ASSOCIATED.

        See Also:
        Constant Field Values
      • MSGFLAG_RESEND

        public static final long MSGFLAG_RESEND

        The message includes a request for a resend operation with a non-delivery report.

        See Also:
        Constant Field Values
      • MSGFLAG_NOTIFYREAD

        public static final long MSGFLAG_NOTIFYREAD

        The user who sent the message has requested notification when a recipient first reads it.

        See Also:
        Constant Field Values
      • MSGFLAG_NOTIFYUNREAD

        public static final long MSGFLAG_NOTIFYUNREAD

        The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.

        See Also:
        Constant Field Values
      • MSGFLAG_EVERREAD

        public static final long MSGFLAG_EVERREAD

        The message has been read at least once. This flag is set or cleared by the server whenever the MSGFLAG_READ flag is set or cleared.

        See Also:
        Constant Field Values
      • MSGFLAG_ORIGIN_X400

        public static final long MSGFLAG_ORIGIN_X400

        The incoming message arrived over an X.400 link.

        See Also:
        Constant Field Values
      • MSGFLAG_ORIGIN_INTERNET

        public static final long MSGFLAG_ORIGIN_INTERNET

        The incoming message arrived over the Internet.

        See Also:
        Constant Field Values
      • MSGFLAG_ORIGIN_MISC_EXT

        public static final long MSGFLAG_ORIGIN_MISC_EXT

        The incoming message arrived over an external link other than X.400 or the Internet.

        See Also:
        Constant Field Values