-----Original Message-----
Hi all,
When I send an email, how can I choose which of my email accounts to send
the email from?
Are you talking about when you're using Outlook as a user,
or from code?
If you mean as a user, this is the wrong newsgroup. This
group is for programming issues. That said, on the e-mail
form, after you've written & addressed the e-mail, click
on the little black triangle just to the right of the SEND
button. It will let you choose which account to send from.
If you meant from code, you could look into setting the
SenderName, ReplyRecipientNames and/or SentOnBehalfOfName
properties of the mailItem. This won't actually send the
mail from a different account, but maybe changing the name
is all you need?
If not, perhaps someone else knows how to do this in code.
-Andrew