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?
 
Back
Top