LumiSoft Net Help
Mail_h_Received Constructor (from, by, time)
NamespacesLumiSoft.Net.MailMail_h_ReceivedMail_h_Received(String, String, DateTime)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
from (String)
Host from where message was received.
by (String)
Host name what received message.
time (DateTime)
Date time when message was received.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when from or by is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119