Thread: Clone mailitem
View Single Post
  #3  
Old April 29th 09, 07:38 AM posted to microsoft.public.outlook.program_addins
Ramazan
external usenet poster
 
Posts: 24
Default Clone mailitem

On Apr 28, 4:22 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
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



I understand this, It is not related to copy. I call Copy() method
and contruct new mail and call Display() method . I can't see
Reply,forward and reply all buttons. It says that "Message is not
send". I can onlu show Send button.
But when i double click on new constructed mail and open it, on
inspector i can see Reply,forward and reply all buttons.
I can't understand where is the problem .
I will try call in thread mailitem display method after wait a 1-2
minute. Because i'm doing all of this activities in OnOpen() method. I
will try after return OnOpen()
Do you have any idea?
Ads