Extended MAPI can mostly only be programmed using C++ or Delphi. There are a
few properties you can read using MAPI from VBA but it's a hack and you
can't do complex things like moving items using VBA/VB.
You would have to do what you're doing for any reminders you don't want
replicated or clear the reminder flag on the item when you have it
instantiated and before you move it.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Jonathan B" wrote in message
...
Ken,
Thanks for information. So can Extended MAPI be implemented using VBA or
VB? I did a search since this is a relatively new arena for me but from
initial impressions it appears can't be done with VBA or VB. Am I
correct?
Another issue I have noticed is that the move seems to fire the
Birthday/Anniversary date event (if present) causing duplicates in the
Calendar. Any suggestions on how I can avoid this? Currently I am
capturing
the Add event and deleting it. If there is another better approach, I'm
all
ears.
Thanks once again !
Jonathan