| EnvelopeInternalDate Property |
Gets the internal date of the message (INTERNALDATE).
May be null in case of parsing error.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public DateTime? InternalDate { get; }
Public ReadOnly Property InternalDate As DateTime?
Get
public:
property Nullable<DateTime> InternalDate {
Nullable<DateTime> get ();
}
member InternalDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also