C# Class LumiSoft.Net.SMTP.Client.SMTP_Error

This class holds smtp error info.
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
SMTP_Error ( SMTP_ErrorType errorType, string affectedEmails, string errorText ) : System

Default constructor.

Method Details

SMTP_Error() public method

Default constructor.
public SMTP_Error ( SMTP_ErrorType errorType, string affectedEmails, string errorText ) : System
errorType SMTP_ErrorType
affectedEmails string
errorText string
return System