API Reference
Class
EmailSmtpProviderPolicy
SMTP policy overrides for a detected mail provider.
Inheritance
- Object
- EmailSmtpProviderPolicy
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
Constructors
public EmailSmtpProviderPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public MailProviderKind Provider { get; set; } #Provider to which this policy applies.
public Boolean DisableCatchAll { get; set; } #True to disable catch-all probing for this provider.
public Nullable<TimeSpan> SmtpTimeoutOverride { get; set; } #Optional SMTP timeout override.
public Nullable<Int32> SmtpPortOverride { get; set; } #Optional SMTP port override.