public final class MessageValidationErrorType
extends Enum
Enumerates the types of the message validation errors.
| Modifier and Type | Field and Description |
|---|---|
static int |
EmailAddressError
Indicates that email address is invalid.
|
static int |
EmptyMessageClassError
Indicates that MessageClass is NULL or empty.
|
static int |
MessageStructureError
Indicates that the message structure is incorrect.
|
static int |
TransferEncodingError
Indicates that message contains unexpected unencoded non-ASCII data.
|
static int |
UnknownFormat
Indicates that this file or stream is not a MAPI or MIME type.
|
public static final int MessageStructureError
Indicates that the message structure is incorrect.
public static final int EmailAddressError
Indicates that email address is invalid.
public static final int TransferEncodingError
Indicates that message contains unexpected unencoded non-ASCII data.
public static final int EmptyMessageClassError
Indicates that MessageClass is NULL or empty.
public static final int UnknownFormat
Indicates that this file or stream is not a MAPI or MIME type.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.