ChooseFrom and custom forms

  • Thread starter Thread starter m|sf|t
  • Start date Start date
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.
 
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.
 
Back
Top