 | EnvelopeInternalDate Property |
Gets the internal date of the message (INTERNALDATE).
May be null in case of parsing error.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
NullableDateTime
See Also