API Reference
Class
EmailAddressMiscDetails
Miscellaneous mailbox classification details.
Inheritance
- Object
- EmailAddressMiscDetails
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailAddressValidationAnalysis.Misc
Constructors
public EmailAddressMiscDetails() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IsDisposable { get; set; } #True when domain is disposable.
public Boolean IsRoleAccount { get; set; } #True when local part is a role account.
public Boolean IsFreeProvider { get; set; } #True when domain is a consumer/free provider.
public Boolean IsB2C { get; set; } #True when mailbox is likely B2C.
public String GravatarUrl { get; set; } #Resolved Gravatar URL if present.
public Nullable<Boolean> HaveIBeenPwned { get; set; } #Have I Been Pwned breach indicator.
public MailProviderKind ProviderKind { get; set; } #Detected provider kind based on MX hosts.
public Int32 ProviderScore { get; set; } #Provider detection score.
public List<String> ProviderEvidence { get; set; } #Evidence used for provider detection.