Well obviously if you create a new, unsent message it will be unsent and
won't have the Reply, ReplyAll or Forward buttons. No new mail does.
I don't care if you double-click to open a new item or not, if it was never
sent it shouldn't have those buttons. If you are seeing something else then
you aren't explaining what you actually are seeing, or your Outlook is
really messed up.
--
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
...
snip
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?