Rup Go
Posts: 64
Joined: 2007-03-01
|
Hi guys
is there a way for me to invoke COMPOSE NEW MAIL inspector window and at the same time add a subject text?
i have a commandbar button and when it is clicked it should be able to trigger/open a compose new mail window w/ a subject "hi hello" for example, thanks! |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Rup.
To create a new mail item you can use the CreateItem method of the Outlook application object. You will also need to display the item via the Display method of the Outlook._Inspector interface. Please use the GetInspector property of the Outlook._MailItem interface to obtain the mail inspector.
P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Rup Go
Posts: 64
Joined: 2007-03-01
|
Got it Sergey,
thanks a lot |
|