Click or drag to resize

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
Syntax
public Nullable<bool> IsDisposable { get; }

Property Value

Type: NullableBoolean
See Also