Is it true about DoCmd.SendObject

D

david

Bob Vance said:
That DoCmd.SendObject will find your default Mail client?

It's true if your default Mail client is Outlook :~)

Being able to find and use your default Mail client depends on your default
Mail client looking and acting exactly like DoCmd.SendObject expects.

Unfortunately, the specification for registration of the default Mail client
was never particularly clear, and drifted over the years. And some Mail
clients weren't particularly designed to be the "default as recognised by
Microsoft Access 2007 running on Windows XP".

I haven't seen any complaints recently about this particular problem, but I
assumed that was because the number of different mail clients in the world
was decreasing, not because compatibility with Access was improving.

In any case, on XP there are a number of different places that a Mail client
can be set as the "default" for different things. If it doesn't work first
time, post back with information about the specific Mail client you are
trying to use.

(david)
 
B

Bob Vance

Thanks David, for your help..........Bob

david said:
It's true if your default Mail client is Outlook :~)

Being able to find and use your default Mail client depends on your
default Mail client looking and acting exactly like DoCmd.SendObject
expects.

Unfortunately, the specification for registration of the default Mail
client was never particularly clear, and drifted over the years. And some
Mail clients weren't particularly designed to be the "default as
recognised by Microsoft Access 2007 running on Windows XP".

I haven't seen any complaints recently about this particular problem, but
I assumed that was because the number of different mail clients in the
world was decreasing, not because compatibility with Access was improving.

In any case, on XP there are a number of different places that a Mail
client can be set as the "default" for different things. If it doesn't
work first time, post back with information about the specific Mail client
you are trying to use.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DoCmd.SendObject Report as Body of Email not attachment 0
SendObject 3
Docmd.SendObject issue 0
Send Object 0
DoCmd.SendObject 4
send email from: 4
Email from Access 1
A problem with SendObject 2

Top