vba - Macro/Script - Set Forward Blue Line as Reference to delete previous emails when forwarding without manually deleting the previous emails -


seeking insight on process:

i want forward latest email received not including entire thread of emails. can forward email without manually deleting previous emails on thread?

i want automatically send newest/latest emails received specific email address without previous emails on thread.

what i'm thinking is, set "blue line" reference, starting position , ending position. because know, whenever forward html email, there's blue line separating emails received.

is possible that? set blue line reference, delete not inside lines.

you can edit message body @ runtime using vba macros. outlook object model provides 3 main ways working item bodies:

  1. body - string representing clear-text body of outlook item.
  2. htmlbody - string representing html body of specified item.
  3. word editor - microsoft word document object model of message being displayed. wordeditor property of inspector class returns instance of document class word object model can use set message body.

you can read more these ways in chapter 17: working item bodies. way choose customize message body.

if new vba macros, see getting started vba in outlook 2010.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -