Current insertion point.

  • Thread starter Thread starter Mark S.
  • Start date Start date
M

Mark S.

I can reference body of the currently displayed mail item
being displayed in the current inspector using:

Code snippet:

Set theItem = _
Outlook.Session.Application.ActiveInspector.CurrentItem
debug.print theItem.HTMLBody

My question:
Is there a way to insert text into the current insertion
point (where the cursor is in the inspector) of the HTML
body property?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top