Class EmlValidationError

EmlValidationError class

Represents the eml validation error information.

public sealed class EmlValidationError

Properties

NameDescription
ErrorMessage { get; }Gets an error message.
ErrorType { get; }Gets a type of error.
LineNumber { get; }Gets a number of line where error was found.

See Also