Domain Detective

API Reference

Enum

MailProviderKind

Namespace DomainDetective.Providers.Email
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines values for mail provider kind.

Inheritance

  • Enum
  • MailProviderKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const MailProviderKind Unknown #

Represents the unknown value.

Value: 0
public const MailProviderKind Microsoft365 #
Display(Name = "Microsoft 365")

Represents the microsoft365 value.

Value: 1
public const MailProviderKind GoogleWorkspace #
Display(Name = "Google Workspace")

Represents the google workspace value.

Value: 2
public const MailProviderKind Mimecast #
Display(Name = "Mimecast")

Represents the mimecast value.

Value: 3
public const MailProviderKind BarracudaEmailGatewayDefense #
Display(Name = "Barracuda Email Gateway Defense")

Represents the barracuda email gateway defense value.

Value: 4
public const MailProviderKind ProofpointEssentials #
Display(Name = "Proofpoint Essentials")

Represents the proofpoint essentials value.

Value: 5
public const MailProviderKind ZohoMail #
Display(Name = "Zoho Mail")

Represents the zoho mail value.

Value: 6
public const MailProviderKind SendGrid #
Display(Name = "SendGrid")

Represents the send grid value.

Value: 7
public const MailProviderKind AmazonSes #
Display(Name = "Amazon SES")

Represents the amazon ses value.

Value: 8
public const MailProviderKind Mailgun #
Display(Name = "Mailgun")

Represents the mailgun value.

Value: 9
public const MailProviderKind Postmark #
Display(Name = "Postmark")

Represents the postmark value.

Value: 10
public const MailProviderKind Fastmail #
Display(Name = "Fastmail")

Represents the fastmail value.

Value: 11
public const MailProviderKind ProtonMail #
Display(Name = "Proton Mail")

Represents the proton mail value.

Value: 12
public const MailProviderKind CloudflareEmailRouting #
Display(Name = "Cloudflare Email Routing")

Represents the cloudflare email routing value.

Value: 13
public const MailProviderKind CiscoSecureEmail #
Display(Name = "Cisco Secure Email")

Represents the cisco secure email value.

Value: 14
{{ include "footer" }}