BounceResultReason Property |
For a "failed" or "delayed" recipient, contains the actual diagnostic code issued by the mail transport.
Namespace:
Aspose.Email.Bounce
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Reason { get; }
Public ReadOnly Property Reason As String
Get
public:
property String^ Reason {
String^ get ();
}
member Reason : string with get
Property Value
Type:
String
See Also