![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
When I open an inspector for a new mail in outlook 2003, the inspector loads the word add-in I created which is different from my outlook addin. How can I load the outlook addin instead of the word one? Thanks for your help |
#2
|
|||
|
|||
![]()
You can't control that with WordMail 2003 or earlier.
-- 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 "Hichem Sarrai" wrote in message ... Hi, When I open an inspector for a new mail in outlook 2003, the inspector loads the word add-in I created which is different from my outlook addin. How can I load the outlook addin instead of the word one? Thanks for your help |
#3
|
|||
|
|||
![]()
Hi,
What I understand is that when the Envelope is visible, then I should implement in my word-add the functionalities that are performed in my outlook add-in... If yes, then how can I access field such as Subject, To, CC in the envelope? How to get the MailItem while I am in the word editor? how cas I save the current document as an email (.msg)? Thank you for you help? "Ken Slovak - [MVP - Outlook]" wrote: You can't control that with WordMail 2003 or earlier. -- 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 "Hichem Sarrai" wrote in message ... Hi, When I open an inspector for a new mail in outlook 2003, the inspector loads the word add-in I created which is different from my outlook addin. How can I load the outlook addin instead of the word one? Thanks for your help |
#4
|
|||
|
|||
![]()
No, both addins are completely separate.
Any email related functionality should be implemented in the Outlook addin, Word document functionality in the Word addin. When in the Outlook addin handle Word.WindowActivate() to see which UI to enable/disable by checking for Window.Envelope.visible == true (email item). Use that to enable/disable your Outlook created UI. Use the same event in Word to enable/disable any Word created UI. That way both are independent and don't conflict with each other. -- 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 "Hichem Sarrai" wrote in message ... Hi, What I understand is that when the Envelope is visible, then I should implement in my word-add the functionalities that are performed in my outlook add-in... If yes, then how can I access field such as Subject, To, CC in the envelope? How to get the MailItem while I am in the word editor? how cas I save the current document as an email (.msg)? Thank you for you help? |
#5
|
|||
|
|||
![]()
Hi Ken,
Should I then understand that every time an envelope is visible (In Word or in Outlook), then I can't treat it as an email? (For example I can't save it as an email) To make myself understood, did you ask me also to disable my word add-in every time I have an envelope visible? Thank you for ur help. "Ken Slovak - [MVP - Outlook]" wrote: No, both addins are completely separate. Any email related functionality should be implemented in the Outlook addin, Word document functionality in the Word addin. When in the Outlook addin handle Word.WindowActivate() to see which UI to enable/disable by checking for Window.Envelope.visible == true (email item). Use that to enable/disable your Outlook created UI. Use the same event in Word to enable/disable any Word created UI. That way both are independent and don't conflict with each other. -- 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 "Hichem Sarrai" wrote in message ... Hi, What I understand is that when the Envelope is visible, then I should implement in my word-add the functionalities that are performed in my outlook add-in... If yes, then how can I access field such as Subject, To, CC in the envelope? How to get the MailItem while I am in the word editor? how cas I save the current document as an email (.msg)? Thank you for you help? |
#6
|
|||
|
|||
![]()
If Window.Envelope.Visible = true then it is an email item. There's very
little information you can get from that using the Word object model in a Word addin. If it's an email item use Outlook code to deal with it in the Outlook addin. Whether or not you disable your Word addin and any UI it might create when the item is a WordMail item is up to you. Do you want your addin running and its UI showing in that case? If so then don't disable your Word addin and its UI. If you don't want it there in a WordMail item then disable its UI. I can't know what you want. -- 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 "Hichem Sarrai" wrote in message ... Hi Ken, Should I then understand that every time an envelope is visible (In Word or in Outlook), then I can't treat it as an email? (For example I can't save it as an email) To make myself understood, did you ask me also to disable my word add-in every time I have an envelope visible? Thank you for ur help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't set Word as email editor in Outlook 2003 | Jim[_7_] | Outlook - General Queries | 9 | February 20th 08 02:28 PM |
Outlook 2003 and Word as email editor - newly created emails appear under 'Word' on taskbar | KingCronos | Outlook - General Queries | 1 | October 23rd 07 09:31 PM |
Outlook 2003 suddenly can't use Word as Editor any more ... | Frank j94ht5 | Outlook - General Queries | 1 | February 25th 07 09:28 PM |
(outlook 2003) office word 2003 wont be set as default editor | Jason | Outlook - General Queries | 1 | January 16th 07 04:37 AM |
Where is the group policy option to enable or disable 'Word as email editor' in Outlook XP? | QH | Outlook - General Queries | 5 | April 11th 06 03:47 PM |