Hi David
If you try one of my Outlook examples here
http://www.rondebruin.nl/sendmail.htm
From my Tips page
If you want to change the sender name and reply address add this code line
'The receiver can see the original mail address in the properties if he want
..SentOnBehalfOfName = """SenderName"" <(E-Mail Removed)>"
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"David A." <(E-Mail Removed)> wrote in message news:1C437A61-FE6A-4C40-8A10-(E-Mail Removed)...
>I am trying to send a sheet to users. I have to set the FROM: address to
> something other then my email address, a general inbox we have set up so if
> theey "Reply" it goes there. EX: I am sending to Joe Shoe and I need it to
> appear that ABC Company is sending it to him even though its me David
> Abercrombie that is sending it. I have tried .Item.From=ABC Company but this
> doesn't do anything but give me an error....Help
> Thanx.