G
Guest
I have developed code (with help from past entries in this forum - thanks) to
write email from Access 2003 to Outlook 2003 (using object model). Works
fine ... except stumped on designating the "From" email address or name in
code. There are multiple addresses in Outlook. And no .From parameter
appears in the object model. When I use .SenderName or .SenderEmailAddress I
get an error message that this is "Read-only". (e.g. using
..SenderEmailAddress = (e-mail address removed)).
Probably an easy way to fix this, but can't seem to find it. Is there one?
Any help much appreciated.
TIA
Joe
write email from Access 2003 to Outlook 2003 (using object model). Works
fine ... except stumped on designating the "From" email address or name in
code. There are multiple addresses in Outlook. And no .From parameter
appears in the object model. When I use .SenderName or .SenderEmailAddress I
get an error message that this is "Read-only". (e.g. using
..SenderEmailAddress = (e-mail address removed)).
Probably an easy way to fix this, but can't seem to find it. Is there one?
Any help much appreciated.
TIA
Joe