![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello All,
I have had some reports from a client that use a COM add-in that we created that when it programatically moves messages to other folders, that it modifies the received date (PR_MESSAGE_DELIVERY_TIME) to the time that it was moved. We could not duplicate this problem in any of our computers. Whether moving from an Exchange folder to Exchange folder, or Exchange to a PST. The add-in uses the OOM MailItem.Move() method to perform the message move. I finally created a small VB program and sent it to the client. It allows them to pick a message, a destination folder, and a button to perform the move. It captures the received date and modified date before and after the move. Sure enough, when the client ran the program and performed the move, the received date was modified. This is definitely abnormal behavior. Here's the relevant code that does the move: Dim olDstFolder As Outlook.MAPIFolder Set olDstFolder = objNS.GetFolderFromID(sDstEntryId, sDstStoreId) objMailitem.Move olDstFolder I can post the entire VB test app if necessary. It does require Redemption. Does any one have any idea why this is happening in certain environments? We are testing with Outlook 2003 SP2 and Exchange 2003. The client has Outlook 2003 SP2 and Exchange 5.5 service pack 6a. Has anyone experienced this problem? -Frank |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
MailItem.Move changes Received Date | Frank Perugini | Outlook and VBA | 1 | January 21st 07 11:27 PM |
Incorrect Date showing as Received Date | Sean | Outlook - General Queries | 0 | December 27th 06 09:05 AM |
How do I get my correct date sent/received headers back? | malarkey | Outlook Express | 8 | August 28th 06 01:18 PM |
How can I create a MailItem that displays like a received MailItem ? | Clive | Outlook - Using Forms | 0 | February 27th 06 04:14 PM |
Exporting Date received and Date Sent to Access | Sugarthebeet | Outlook - General Queries | 1 | January 19th 06 08:06 PM |