Overriding the Item_Send in Outlook Custom Form

D

David W

I have created a Custom Form in Outlook. I am trying to overload the
Item_Send event so I can replace the MailItem with a SafeMailItem
(using the Redemption.dll) in order to get around the winmail.dat
issue with attachments. However, the custom form is still being sent
and the attachments still appear in the winmail.dat. Any
suggestions??

Thanks!

David.
 
S

Sue Mosher [MVP-Outlook]

Function Item_Send()
' don't send the item
Item_Send = False
End FUnction
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top