AllowNull Property

UltimateEmail

UltimateEmail Class Library

UltimateEmailValidator.AllowNull Property

Gets or sets a value that indicates whether the email address can be null.

[Visual Basic] Public Property AllowNull As Boolean
[C#]
public bool AllowNull {get; set;}

Property Value

true if the email address can be null; otherwise, false. The default value is false.

Remarks

Use this property to make the email address optional.

See Also

UltimateEmailValidator Class | Karamasoft.WebControls.UltimateEmail Namespace