Removing fields from sent emails

R

rcp223

Does anyone know how to remove the yellow Information box from a sent email,
so that it will not show the email has been forwarded?
 
S

Sue Mosher [MVP-Outlook]

Use Outlook Spy to delete the PR_LAST_VERB_EXECUTED (0x10810003) and
PR_LAST_VERB_EXECUTION_TIME (0x10820040) properties or write code to
accomplish the same thing.
 
Top