Dealing with Outlook Attachments

  • Thread starter Thread starter Vyyk_Drago
  • Start date Start date
V

Vyyk_Drago

Hi,

This might be complicated or impossible, but a push in
the right direction would be much appreciated. I send a
lot of attachments to clients and have to cc my
colleagues in on this. Is there a way to create a
procedure that will send the clients the actual
attachment but send my colleagues only the path to the
attachments so our inboxes don't expand that much?

Thanks in advance
Vyyk
 
Only with separate emails or with code that intercepts an outgoing
message and strips out the CC's and creates a duplicate message sent
to those CC recipients. You would have to handle the
Application.ItemSend event to do that.
 
Not without sending your colleagues a completely separate message and not
including them on the cc on the original.
 
Back
Top