com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MessageTrackingReportTemplate

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


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

    Enumerates the types of report to display.

    • 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 RecipientPath
      Specifies that for a single recipient, the report will display a full history of the events that occurred.
      static int Summary
      Specifies that the report will display all the recipients of the message and the delivery status of the message to each recipient.
      • 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

      • Summary

        public static final int Summary

        Specifies that the report will display all the recipients of the message and the delivery status of the message to each recipient.

        See Also:
        Constant Field Values
      • RecipientPath

        public static final int RecipientPath

        Specifies that for a single recipient, the report will display a full history of the events that occurred.

        See Also:
        Constant Field Values