Enum ValidationSeverity

Namespace
Wolfgang.Extensions.Mail.Validation
Assembly
Wolfgang.Extensions.Mail.dll

Represents the severity level of a validation issue found in a MailMessage.

public enum ValidationSeverity

Fields

Error = 1

A blocking issue that will prevent the message from being sent successfully.

Warning = 0

A non-blocking issue that may indicate a problem but does not prevent sending.