![]() |
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!
How to check if the ActiveInspector.CurrentItem is in *edit mode? (it's only my terminology) I would like to simply insert a text into the body of the currently opened mail (by clicking a toolbar button). But Outlook inserts the text regardless if it's in edit mode or not. (And even it saves it without a prompt) I can't find anything how to check this state. The code is something like this: 30 Set objItem = Application.ActiveInspector.CurrentItem 40 Set objInsp = objItem.GetInspector 50 If objInsp.EditorType = olEditorWord Then 60 Set objDoc = objInsp.WordEditor 70 objDoc.ActiveWindow.Selection.InsertAfter psText 80 Else 90 objItem.HTMLBody = objItem.HTMLBody & psText 100 End If Thx *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Edit labels in outlook from policy | Henning | Outlook - Installation | 3 | May 3rd 06 12:42 AM |
Why can't create or edit appointments in Outlook? | Steve F | Outlook - Calandaring | 1 | March 8th 06 08:56 PM |
Outlook should have a mini-mode, like Media Player's mini-mode. | glen | Outlook - General Queries | 1 | February 27th 06 07:16 PM |
Outlook cant find Word when trying to edit email. | John | Outlook - Installation | 0 | February 6th 06 05:22 AM |
Source edit in Outlook 2003 | Nees | Outlook - General Queries | 1 | January 18th 06 07:33 PM |