Outlook 2003 Addin

johnwww2002

New member
Joined
Aug 3, 2006
Messages
2
Programming Experience
Beginner
Hi Everyone,

I am trying to create a COM Addin for Outlook 2003, I want to open a form when the user trying to send an email(that is clicking on the "send" button), I want to open a form with two option, one sending as the user and one is sending as someone else(already have sendas right), I tried to use "Itemsend" event, but the event occur when the item is sent, so I am not able to modify the item and use the sendonbehalf to assign a user to send as address. What event should I use, if I want to do this?

Thanks

John
 
This functionality is already built in to Outlook 2003. If you add an account for the user you want to send email on behalf of, when you compose a new message there will be an 'Accounts' dropdown button on the standard toolbar which enables you to select the other account.
 
Hi,

Are you sure? I never see it there? I saw it in Outlook Express but not in Outlook, does it only show if using POP3?

Cheers
 
Back
Top