Apple Data Detector for Outlook Express (OE)

I’m looking for an Apple Data Detector that will add an email address to the address book of Outlook Express.
Otherwise, I’ll take advice on editing the Detector that saves an email address to the Claris Emailer address book.
Cheers,
Matt

Here’s the relevant part from an "Add Address to OE Address Book " data detector:

tell application "Outlook Express"
launch--activate -- don't force the application to the top, which is probably the right thing.--
run
make new contact with properties {display name:theName}make new email address at the result with properties {contents:theEmailAddress}
end tell

HTH