This property is true if MaxMind believes that this email is hosted by a free
email provider such as Gmail or Yahoo! Mail.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsFree { get; }
Public ReadOnly Property IsFree As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsFree {
Nullable<bool> get ();
}
member IsFree : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also