ChooseFrom and custom forms

M

m|sf|t

Has anyone created any custom forms that can be used w/ChooseFrom ? Is it
possible to have a form that displays all of your aliases, so that you do
not have to use the View / Options / Have replies sent to... method ?

It would be nice if you could "choose" the address that you want the message
"from" directly from the new message (w/o going into the options).

Thanks.
 
E

Eric Legault [MVP - Outlook]

You could easily build this with a COM Add-In (or some properly constructed
VBA macro). You just need to trap the MailItem_Open event, and in there you
can build a custom toolbar or menu that lists your predefined aliases.
Clicking on the button/menu would then add that e-mail address to the
MailItem.ReplyRecipients collection.
 
Top