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

Summary description for SendJob_Eventargs.
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
SendJob_EventArgs ( string jobID, string to ) : System

SendJob_EventArgs ( string jobID, string to, string defectiveEmails ) : System

Method Details

SendJob_EventArgs() public method

public SendJob_EventArgs ( string jobID, string to ) : System
jobID string
to string
return System

SendJob_EventArgs() public method

public SendJob_EventArgs ( string jobID, string to, string defectiveEmails ) : System
jobID string
to string
defectiveEmails string
return System