DeliveryTime
Specifies the time and date when the email message was delivered to the inbox.
Values
None
Examples
var commdate;
commdate = new Date(eMail.DeliveryTime);
comm("Comm_datetime") = commdate.getVarDate();
Page updated: 06 April 2023
Specifies the time and date when the email message was delivered to the inbox.
None
var commdate;
commdate = new Date(eMail.DeliveryTime);
comm("Comm_datetime") = commdate.getVarDate();
|
---|