EmailIsDisposable Property |
This property incidates whether the email is from a disposable
email provider. The value will be null if no email address
or email domain was passed as an input.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsDisposable { get; }
Public ReadOnly Property IsDisposable As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsDisposable {
Nullable<bool> get ();
}
member IsDisposable : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also