com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ValidationResponseCode

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


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

    Represents the response status of the mail validating process.

    • 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 DomainValidationFailed
      The mail address validating process failed at the domain validation.
      static int MailServerValidationError
      The mail address validating process failed at the mail server validation.
      static int SyntaxValidationFailed
      The mail address validating process failed at the syntax validation.
      static int ValidationSuccess
      The mail address validating is successful.
      • 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

      • ValidationSuccess

        public static final int ValidationSuccess

        The mail address validating is successful.

        See Also:
        Constant Field Values
      • SyntaxValidationFailed

        public static final int SyntaxValidationFailed

        The mail address validating process failed at the syntax validation.

        See Also:
        Constant Field Values
      • DomainValidationFailed

        public static final int DomainValidationFailed

        The mail address validating process failed at the domain validation.

        See Also:
        Constant Field Values
      • MailServerValidationError

        public static final int MailServerValidationError

        The mail address validating process failed at the mail server validation.

        See Also:
        Constant Field Values