Thread: Clone mailitem
View Single Post
  #2  
Old April 28th 09, 02:22 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Clone mailitem

Copy() should copy just about all the properties from an original item. Of
course things like EntryID will be different. If there are any properties
you don't see on the copy from the original then you must copy them over
yourself.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Ramazan" wrote in message
...
Hi all,
I want to clone mail item. When i use Copy() method for mailitem in
inbox folder and call Display() method there is a Send button. But it
must be reply,forward and reply all buttons. I think Copy() method
copies some of properties like Subject,To,Body...

How can i clone with all properties?
Thanks in advance.
Ramazan


Ads