A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

MailItem.Move changes Received Date



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old January 21st 07, 01:59 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Frank Perugini
external usenet poster
 
Posts: 3
Default MailItem.Move changes Received Date

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 06:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.