M
mkp1702
Hi,
I want to create a forwarded mailitem that is flagged a colour but does not
automatically send allowing a user to edit details of the subject and body
before sending. When the user presses send after editing the mailitem, I want
to check for the flag before sending, if present execute some code.
I have code that creates the forwarded message and displays for the user and
I know I can put code in the 'ThisOutlookSession' in the Private Sub
application_itemsend to check for a flag, the problem I see is that the
forwarded item doesn't flag before being sent.
Other options if available would to create a field in the header or can you
create custom item properties for a forwarded mail item.
Hope this makes sense
Thanks for your time and help
I want to create a forwarded mailitem that is flagged a colour but does not
automatically send allowing a user to edit details of the subject and body
before sending. When the user presses send after editing the mailitem, I want
to check for the flag before sending, if present execute some code.
I have code that creates the forwarded message and displays for the user and
I know I can put code in the 'ThisOutlookSession' in the Private Sub
application_itemsend to check for a flag, the problem I see is that the
forwarded item doesn't flag before being sent.
Other options if available would to create a field in the header or can you
create custom item properties for a forwarded mail item.
Hope this makes sense
Thanks for your time and help