Thomas Grossen
Guest
|
Hi,
Is there a simple way to find if word is set as the default email editor?
I need to setup different toolbar if word is the email editor or not.
I tried the solution to check if the toolbar "Envelope" exists (this.FindCommandBarObj("Envelope")), but in the 2 cases it exists...
Thank you,
Thomas. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Thomas.
You can create a new item in Outlook (Outlook._Application.CreateItem
) and check the Outlook._Inspector.EditorType property. The item should be removed after you have check it.
|
|
Thomas Grossen
Guest
|
Thank you, it works perfectly.
Thomas. |
|