K
kneel
Visual Studio 2005 + VTSO SE, WindowsXP, Office XP.
Wrote an addin that detaches any attachments to appointments, stores them in
another outlook folder and replaces the original attachment with a shortcut
pointing to the attachment. All works well.
Now the user decides to forward this invite onto someone else. I capture the
send via application.send event.. and I was going to reverse my process,
which is to remove the shortcut with the original document. My problem
appears to be that the forward process has changed my shortcuts item to an
'OLE' item, so that I can't even get the filenames anymore.
Looking for suggestions on how to proceed... Is there a way I can get the
'event' of forwarding.. and do my substitution before Outlook converts it? I
seem to only have limited events available to me ( itemsend, newmail,
newmailx etc)
Suggestions welcome.. and thanks in advance!
Neil
Wrote an addin that detaches any attachments to appointments, stores them in
another outlook folder and replaces the original attachment with a shortcut
pointing to the attachment. All works well.
Now the user decides to forward this invite onto someone else. I capture the
send via application.send event.. and I was going to reverse my process,
which is to remove the shortcut with the original document. My problem
appears to be that the forward process has changed my shortcuts item to an
'OLE' item, so that I can't even get the filenames anymore.
Looking for suggestions on how to proceed... Is there a way I can get the
'event' of forwarding.. and do my substitution before Outlook converts it? I
seem to only have limited events available to me ( itemsend, newmail,
newmailx etc)
Suggestions welcome.. and thanks in advance!
Neil