PowerTCP Mail for .NET
Date Property (ImapMessage)




Gets the internal date of the message.
Syntax
Public ReadOnly Property Date As Date
Dim instance As ImapMessage
Dim value As Date
 
value = instance.Date
public DateTime Date {get;}
public: __property DateTime get_Date();
public:
property DateTime Date {
   DateTime get();
}

Property Value

A DateTime representation of the message's internal date.
Remarks

Returns the date when the server received the message. This is independent of the Date header, which typically indicates the date the message was sent.

Returns a default DateTime value if its value has not been populated with Get.

See Also

Reference

ImapMessage Class
ImapMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic