com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiRecipientType

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


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

    Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient.

    • 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 MAPI_BCC
      The recipient is a blind carbon copy (BCC) recipient.
      static int MAPI_CC
      The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients.
      static int MAPI_P1
      The recipient did not successfully receive the message on the previous attempt.
      static int MAPI_SUBMITTED
      The recipient has already received the message and does not need to receive it again.
      static int MAPI_TO
      The recipient is a primary (To) recipient.
      static int Unknown
      Unknow.
      • 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

      • MAPI_BCC

        public static final int MAPI_BCC

        The recipient is a blind carbon copy (BCC) recipient. Primary and carbon copy recipients are unaware of the existence of BCC recipients.

        See Also:
        Constant Field Values
      • MAPI_CC

        public static final int MAPI_CC

        The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients.

        See Also:
        Constant Field Values
      • MAPI_P1

        public static final int MAPI_P1

        The recipient did not successfully receive the message on the previous attempt. This is a resend of an earlier transmission.

        See Also:
        Constant Field Values
      • MAPI_SUBMITTED

        public static final int MAPI_SUBMITTED

        The recipient has already received the message and does not need to receive it again. This is a resend of an earlier transmission. This flag is set in conjunction with the MAPI_TO, MAPI_CC, and MAPI_BCC values.

        See Also:
        Constant Field Values
      • MAPI_TO

        public static final int MAPI_TO

        The recipient is a primary (To) recipient. Clients are required to handle primary recipients; all other types are optional.

        See Also:
        Constant Field Values