P
Paul
i have a word document and created a bookmark which highlights the text i am
interested in.
i would like to insert the bookmark at the beginning of the email so that a
user's signature appears after the bookmark.
at the moment i i have been able to replace the body of the email with the
bookmark- but this removes the signature- this is to work on new emails- here
is the code:
mItem.Body= bmark
i have tried inserting the bookmark at the beginning of the body:
mItem.Body.Insert(0, bmark)
but this produces an object reference not set error
i am using outlook 2003, with HTMLBodyFormat and Word 2003.
Thanks
interested in.
i would like to insert the bookmark at the beginning of the email so that a
user's signature appears after the bookmark.
at the moment i i have been able to replace the body of the email with the
bookmark- but this removes the signature- this is to work on new emails- here
is the code:
mItem.Body= bmark
i have tried inserting the bookmark at the beginning of the body:
mItem.Body.Insert(0, bmark)
but this produces an object reference not set error
i am using outlook 2003, with HTMLBodyFormat and Word 2003.
Thanks