LumiSoft Net Help
Date Property
NamespacesLumiSoft.Net.MailMail_MessageDate
Gets or sets message date and time. Value DateTime.MinValue means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public DateTime Date { get; set; }
Public Property Date As DateTime
	Get
	Set
public:
property DateTime Date {
	DateTime get ();
	void set (DateTime value);
}
member Date : DateTime with get, set
Property Value
Remarks
Specifies the date and time at which the creator of the message indicated that the message was complete and ready to enter the mail delivery system.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ParseExceptionIs raised when header field parsing errors.

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