MailAddressValidationResult Class
Represents a mail address validation result.
public sealed class MailAddressValidationResultPublic NotInheritable Class MailAddressValidationResult- Inheritance:
- System.ObjectMailAddressValidationResult
Properties
Address
Gets validated email address.
Property Value
- System.String
ErrorDescription
Property Value
- System.String
Status
Gets the validation status.
public MailAddressValidationStatus Status { get; }Public ReadOnly Property Status As MailAddressValidationStatusProperty Value
Methods
ToString()
Returns a string that represents the current object.
Returns
- System.String
A string that represents the current object.
Overrides
System.Object.ToString()