SmtpFailedRecipientException Class

Represents the exception which arises when the specified recipient is wrong
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients.Smtp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class SmtpFailedRecipientException : SmtpException

The SmtpFailedRecipientException type exposes the following members.

Constructors
  NameDescription
Public methodSmtpFailedRecipientException
Initializes a new instance of the SmtpFailedRecipientException class
Public methodSmtpFailedRecipientException(String)
Initializes a new instance of the SmtpFailedRecipientException class
Public methodSmtpFailedRecipientException(String, Exception)
Initializes a new instance of the SmtpFailedRecipientException class
Public methodSmtpFailedRecipientException(SmtpStatusCode, String)
Initializes a new instance of the SmtpFailedRecipientException class
Public methodSmtpFailedRecipientException(String, String, Exception)
Initializes a new instance of the SmtpFailedRecipientException class
Public methodSmtpFailedRecipientException(SmtpStatusCode, String, String)
Initializes a new instance of the SmtpFailedRecipientException class
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyErrorDetails
Gets extra information aboout error
(Inherited from AsposeException.)
Public propertyFailedRecipient
Failed recipient
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from AsposeException.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyStatusCode
Smtp status code
(Inherited from SmtpException.)
Public propertyTargetSite (Inherited from Exception.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from AsposeException.)
See Also