Gets the date time when the sender sent this email.
[VisualĀ Basic] Public Property SentDate As DateTime
[C#]
public DateTime SentDate {get;}
[C++] public: __property DateTime* get_SentDate();
[JScript] public function get SentDate() : DateTime;
Property Value
Remarks