![]() |
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
|
|||
|
|||
![]()
Anyone ever run in to this issue I'm seeing... I have some code that
adds an appointment item, then calls Move to move it to the correct folder. Most of the time it is already in the correct folder, so the "Move" really doesn't do anything. Under previous testing, Move would return an error if the item was already in the correct folder. Now, on at least one test system, running Outlook 2003, it appears Move creates a Copy of the appointment item, instead of returning an error. The obvious thing would be for me to not attempt to move the item if already in the correct folder, but that requires changing my design and a lot of existing code. I'd like it at least understand why this change may have occured (in Outlook 2003? or a service pack?) before I go making changes designed around this new behavior. |
#2
|
|||
|
|||
![]()
On Feb 25, 11:32*am, eric wrote:
Anyone ever run in to this issue I'm seeing... *I have some code that adds an appointment item, then calls Move to move it to the correct folder. *Most of the time it is already in the correct folder, so the "Move" really doesn't do anything. *Under previous testing, Move would return an error if the item was already in the correct folder. *Now, on at least one test system, running Outlook 2003, it appears Move creates a Copy of the appointment item, instead of returning an error. The obvious thing would be for me to not attempt to move the item if already in the correct folder, but that requires changing my design and a lot of existing code. *I'd like it at least understand why this change may have occured (in Outlook 2003? or a service pack?) before I go making changes designed around this new behavior. Nevermind, turns out I wasn't debugging this issue correctly and this wasn't even what was happening. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to copy (or move) Journals from one folder to another | rdc | Outlook - General Queries | 5 | November 26th 07 09:34 PM |
help: AppointmentItem.copy fail problem | meokey | Outlook and VBA | 2 | October 31st 06 03:07 PM |
Copy and move mail to folder | LDMueller | Outlook and VBA | 4 | September 22nd 06 12:45 PM |
Rules do not move message, they copy, How to stop this? | J | Outlook - General Queries | 3 | September 13th 06 12:34 AM |
Make move mean copy.. | Slick_lar | Outlook and VBA | 7 | August 25th 06 04:36 AM |