API Reference
Class
SmtpBannerServerInfo
Provides smtp banner server info functionality.
Inheritance
- Object
- SmtpBannerServerInfo
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 SmtpBannerInfo.Servers
Constructors
public SmtpBannerServerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
public String Banner { get; set; } #Gets or sets the banner value.
public Boolean HostnameMatch { get; set; } #Gets or sets the hostname match value.
public Boolean SoftwareMatch { get; set; } #Gets or sets the software match value.
public Boolean StartsWith220 { get; set; } #Gets or sets the starts with220 value.
public Boolean ContainsDomain { get; set; } #Gets or sets the contains domain value.
public Boolean ValidFormat { get; set; } #Gets or sets the valid format value.
public Nullable<Int32> GreetingCode { get; set; } #Gets or sets the greeting code value.
public String ServerDomain { get; set; } #Gets or sets the server domain value.
public Boolean Truncated { get; set; } #Gets or sets the truncated value.
public Nullable<Int32> ResponseTimeMs { get; set; } #Gets or sets the response time ms value.
public Boolean TlsAdvertised { get; set; } #Gets or sets the tls advertised value.