Can someone assist me with extracting the received time so that when pasted it appears as it does in the Inbox.
I realize that pulling the .receivedtime is pulling the system time, however this doesn't always match what appears in the inbox. For instance, the time could be 12:35:32, which may show as 12:35 when I paste, since I do not use seconds. But for certain times, the time can show as 12:34. It seems as though there is some form of rounding on the inbox time.
The code is fairly simple, I just set the .receivedtime to a variable and copy it to the clipboard.
If anyone can inform me of how Outlook rounds these times, as it seems to be fairly random, or assist me with pulling the time that is represented in the inbox, I would really appreciate the assistance.
I realize that pulling the .receivedtime is pulling the system time, however this doesn't always match what appears in the inbox. For instance, the time could be 12:35:32, which may show as 12:35 when I paste, since I do not use seconds. But for certain times, the time can show as 12:34. It seems as though there is some form of rounding on the inbox time.
The code is fairly simple, I just set the .receivedtime to a variable and copy it to the clipboard.
If anyone can inform me of how Outlook rounds these times, as it seems to be fairly random, or assist me with pulling the time that is represented in the inbox, I would really appreciate the assistance.