API Reference
Class
RecipientAcceptanceResult
Result of a single SMTP recipient acceptance probe.
Inheritance
- Object
- RecipientAcceptanceResult
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 RecipientAcceptanceResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Host { get; set; } #Gets or sets the host value.
public Int32 Port { get; set; } #Gets or sets the port value.
public String Recipient { get; set; } #Gets or sets the recipient value.
public Boolean Accepted { get; set; } #Gets or sets the accepted value.
public Nullable<Int32> MailFromStatusCode { get; set; } #Gets or sets the mail from status code value.
public Nullable<Int32> RecipientStatusCode { get; set; } #Gets or sets the recipient status code value.
public String MailFromResponse { get; set; } #Gets or sets the mail from response value.
public String RecipientResponse { get; set; } #Gets or sets the recipient response value.