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 = 1A blocking issue that will prevent the message from being sent successfully.
Warning = 0A non-blocking issue that may indicate a problem but does not prevent sending.