S
shubhangi
hi!
I need to copy mailitem to other folder when it is sent.I used
Application_ItemSend event
used below code
'added Xheaders to the item
Item.save
Item.Move(ObjFolder) 'ObjFolder set to copy folder
Item gets moved to this folder But When I open that mailitem it doesn't show
me Xheader info
as well as I get "This message has not been sent" heading above the
message.It is shown as compose mail msg.Do I need to use then
SentItems_ItemAdd event to make a copy or is there
any other way to do this in vb.net?
I'm using Outlook 2007 & VSTO addin
Thanks
I need to copy mailitem to other folder when it is sent.I used
Application_ItemSend event
used below code
'added Xheaders to the item
Item.save
Item.Move(ObjFolder) 'ObjFolder set to copy folder
Item gets moved to this folder But When I open that mailitem it doesn't show
me Xheader info
as well as I get "This message has not been sent" heading above the
message.It is shown as compose mail msg.Do I need to use then
SentItems_ItemAdd event to make a copy or is there
any other way to do this in vb.net?
I'm using Outlook 2007 & VSTO addin
Thanks