API Reference
Enum
MailProviderKind
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.
Returned or exposed by
- Property DnsInventoryAnalysis.MailProvider
- Property EmailAddressMiscDetails.ProviderKind
- Property EmailAddressValidationOptions.ProviderPolicies
- Property EmailSmtpProviderPolicy.Provider
- Field MailProviderKind.AmazonSes
- Field MailProviderKind.BarracudaEmailGatewayDefense
- Field MailProviderKind.CiscoSecureEmail
- Field MailProviderKind.CloudflareEmailRouting
- Field MailProviderKind.Fastmail
- Field MailProviderKind.GoogleWorkspace
- Field MailProviderKind.Mailgun
- Field MailProviderKind.Microsoft365
- Field MailProviderKind.Mimecast
- Field MailProviderKind.Postmark
- Field MailProviderKind.ProofpointEssentials
- Field MailProviderKind.ProtonMail
- Field MailProviderKind.SendGrid
- Field MailProviderKind.Unknown
- Field MailProviderKind.ZohoMail
- Property Match.Provider
- Property DnsInventoryInfo.MailProvider
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MailProviderKind Microsoft365 #Display(Name = "Microsoft 365")Represents the microsoft365 value.
Value:
1public const MailProviderKind GoogleWorkspace #Display(Name = "Google Workspace")Represents the google workspace value.
Value:
2public const MailProviderKind Mimecast #Display(Name = "Mimecast")Represents the mimecast value.
Value:
3public const MailProviderKind BarracudaEmailGatewayDefense #Display(Name = "Barracuda Email Gateway Defense")Represents the barracuda email gateway defense value.
Value:
4public const MailProviderKind ProofpointEssentials #Display(Name = "Proofpoint Essentials")Represents the proofpoint essentials value.
Value:
5public const MailProviderKind ZohoMail #Display(Name = "Zoho Mail")Represents the zoho mail value.
Value:
6public const MailProviderKind SendGrid #Display(Name = "SendGrid")Represents the send grid value.
Value:
7public const MailProviderKind AmazonSes #Display(Name = "Amazon SES")Represents the amazon ses value.
Value:
8public const MailProviderKind Mailgun #Display(Name = "Mailgun")Represents the mailgun value.
Value:
9public const MailProviderKind Postmark #Display(Name = "Postmark")Represents the postmark value.
Value:
10public const MailProviderKind Fastmail #Display(Name = "Fastmail")Represents the fastmail value.
Value:
11public const MailProviderKind ProtonMail #Display(Name = "Proton Mail")Represents the proton mail value.
Value:
12public const MailProviderKind CloudflareEmailRouting #Display(Name = "Cloudflare Email Routing")Represents the cloudflare email routing value.
Value:
13public const MailProviderKind CiscoSecureEmail #Display(Name = "Cisco Secure Email")Represents the cisco secure email value.
Value:
14