emails

  • Thread starter Thread starter Ann
  • Start date Start date
A

Ann

Please can someone tell me how I can send an email to an address I have
without having to make an entry for a new contact. I do not want to send
other emails to this address - just this one ! Outlook will not allow me to
send without making up a contact ......
 
Just set the To property value to the address:

Item.To = "(e-mail address removed)"

or, if you need to add multiple recipients, use the Item.Recipients.Add method.

Or, did you post in this programming forum by mistake and mean that you want to do it manually? In that case, type the address into the To box.
 
Back
Top