Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Mail_h_Received( string from, string by, DateTime time )
Public Sub New ( from As String, by As String, time As DateTime )
public: Mail_h_Received( String^ from, String^ by, DateTime time )
new : from : string * by : string * time : DateTime -> Mail_h_Received
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when from or by is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119