What's the time format behind MailMessage.Received ?

Discussion for developers using MailEnable.
Post Reply
lazy
Posts: 1
Joined: Thu May 27, 2004 2:27 pm

What's the time format behind MailMessage.Received ?

Post by lazy »

Hi!

Is there anyone, who can help me with the following:

I need to find out more about the time format of the property "Received" in MailMessage.

If I create a recordset of messages using MEWebMail.MailMessages.ListMessages() and access the "Received" field, I get a set of numbers (4ex.: 38131,0078703704), which are refering to time, I just can't find out how!

Does anyone know? Plz help!


Lazy

Kiliman
Posts: 279
Joined: Mon Feb 03, 2003 2:44 pm
Location: Chesapeake, VA

Post by Kiliman »

It is "Unix" time, which is basically the number of seconds since Jan 1, 1970. The time is in UTC (GMT).

For example: 1092420508 = 2004-08-13 18:08:28 UTC

Kiliman

Post Reply