Unformatted Paste in Outlook 2007

  • Thread starter Thread starter Chris Boorman
  • Start date Start date
C

Chris Boorman

It seems like Outlook 2007 is using Word 2007 as its editor (the same
features and dialog boxes are there), but I'm blocked from accessing the
Word object model.

* Is there a way to "unblock" access to the Word object model?
* Is there another object model that I can access?

--------------------------------------------------------------------------
 
In Outlook, the Selection object refers to the Explorer.Selection. You can
access the Word objects via ActiveInspector.WordEditor, which is a
Word.Document object. From that you have to get the Word.Selection.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Synchronize Color Categories & Ensure that Every Item Gets Categorized:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Mon, 29 Oct 2007 21:28:29 -0700 schrieb Chris Boorman:
 
Back
Top