Sending email with SendObject

Gkirkup

Registered User.
Local time
Today, 07:54
Joined
Mar 6, 2007
Messages
628
When I send an email from Access with SendObject, how does it determine the user name, the 'from' name. Is it just the user's Outlook name? Do I have any control over that?

Robert
 
SendObject uses the default email client. You can change the "from" using Outlook automation and SendOnBehalfOf (or something like that) or CDO, which bypasses Outlook and lets you specify the user.
 

Users who are viewing this thread

Back
Top Bottom