Can this work via VBA?

  • Thread starter Thread starter gerard zhu via OfficeKB.com
  • Start date Start date
G

gerard zhu via OfficeKB.com

Hi,
I want to program such an application. Something like a addin installed
on the client outlook side,forbid a user send a "junk" mail,according
custom algorithm.somewhat like a junkmail filtering process. It is said
that Outlook is a MAPI client, so is a VBA enough to work out . Or what
technic do i need to manipulate outlook?
thanks for any help!
bobby
 
Hi Gerard,

if the client uses Outlook then you can check the e-mail recipients
before sending and cancel if necessary. The proper event would be the
Application.ItemSend.
 
Back
Top