H
Happy.Cerberus
I'm currently developing Outlook 2000, XP & 2003 add-ins for antivirus
software.
The required functionality is:
react to Sending mail event & New mail received event
parse the mail (get all attachments & check them)
modify the mail (remove infected attachments, add certificate, mangle
headers, etc...)
I'm already succesfully intercepting events and also doing some simple
parsing using the Outlook object model.
First problem is that i need to access mail headers (Read/Write) and
add attachments (certificates). The object model doesnt seem to be
succifient for this.
Second problem is with events. In Outlook 2003 i use NewMailEx event
which contains pointer to the received message, in Outlook 2000 & XP
i'm thinking about "Item Add" Items event, but dont know how to use it.
Thx for any help...
software.
The required functionality is:
react to Sending mail event & New mail received event
parse the mail (get all attachments & check them)
modify the mail (remove infected attachments, add certificate, mangle
headers, etc...)
I'm already succesfully intercepting events and also doing some simple
parsing using the Outlook object model.
First problem is that i need to access mail headers (Read/Write) and
add attachments (certificates). The object model doesnt seem to be
succifient for this.
Second problem is with events. In Outlook 2003 i use NewMailEx event
which contains pointer to the received message, in Outlook 2000 & XP
i'm thinking about "Item Add" Items event, but dont know how to use it.
Thx for any help...