Aspose::Email::Tools::Verifications::MessageValidationError Class Referencefinal

Represents the message validation error information. More...

Inherits Object.

Public Member Functions

MessageValidationErrorType get_ErrorType () const
 Gets a type of error. More...
 
System::String get_Description () const
 Gets an error description. More...
 
 MessageValidationError ()
 Initializes a new instance of the MessageValidationError class. More...
 
 MessageValidationError (MessageValidationErrorType errorType, System::String description)
 Initializes a new instance of the MessageValidationError class. More...
 

Friends

class Aspose::Email::EmlValidationError
 
class Aspose::Email::Tools::Verifications::MessageValidator
 

Detailed Description

Represents the message validation error information.

Constructor & Destructor Documentation

◆ MessageValidationError() [1/2]

Aspose::Email::Tools::Verifications::MessageValidationError::MessageValidationError ( )

Initializes a new instance of the MessageValidationError class.

◆ MessageValidationError() [2/2]

Aspose::Email::Tools::Verifications::MessageValidationError::MessageValidationError ( MessageValidationErrorType  errorType,
System::String  description 
)

Initializes a new instance of the MessageValidationError class.

Parameters
errorTypeA type of validation error.
descriptionA description of error.

Member Function Documentation

◆ get_Description()

System::String Aspose::Email::Tools::Verifications::MessageValidationError::get_Description ( ) const

Gets an error description.

◆ get_ErrorType()

MessageValidationErrorType Aspose::Email::Tools::Verifications::MessageValidationError::get_ErrorType ( ) const

Gets a type of error.

Friends And Related Function Documentation

◆ Aspose::Email::EmlValidationError

friend class Aspose::Email::EmlValidationError
friend

◆ Aspose::Email::Tools::Verifications::MessageValidator

friend class Aspose::Email::Tools::Verifications::MessageValidator
friend