com.aspose.email
Class EmlValidationErrorType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.EmlValidationErrorType

public final class EmlValidationErrorType
extends com.aspose.ms.java.Enum

Enumerates the types of the eml validation errors.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int EmailAddressError
           Indicates that email address is invalid.
static int MessageStructureError
           Indicates that the message structure is incorrect.
static int TransferEncodingError
           Indicates that message contains unexpected unencoded non-ASCII data.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MessageStructureError

public static final int MessageStructureError

Indicates that the message structure is incorrect.

See Also:
Constant Field Values

EmailAddressError

public static final int EmailAddressError

Indicates that email address is invalid.

See Also:
Constant Field Values

TransferEncodingError

public static final int TransferEncodingError

Indicates that message contains unexpected unencoded non-ASCII data.

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.