You cannot insert text at the cursor with Outlook objects, because Outlook
exposes no object related to the insertion point. If WordMail is the editor,
you can use Word automation; see
http://www.outlookcode.com/codedetail.aspx?id=455 for a code sample.
Otherwise, you can use Redemption's SafeInspector object (
http://www.dimastr.com/redemption/safeinspector.htm )

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Via the body property of the Mailitem object you can manipulate the text
> of
[quoted text clipped - 9 lines]
>
> Frank M.
Frank M - 14 Jan 2005 13:17 GMT
Thanks, that was most helpful.
Best regards,
Frank M.
> You cannot insert text at the cursor with Outlook objects, because Outlook
> exposes no object related to the insertion point. If WordMail is the editor,
[quoted text clipped - 16 lines]
> >
> > Frank M.