Open default email through access

H

Hoodwink

Is there a way to open a client's default email and send a to, cc,
subject, body to it other than using a hyperlink label? There is a
restriction on the string length for a hyperlink, and I must send the
email to many recipients...more than what the hyperlinkaddress property
will hold.
 
R

Rick Brandt

Hoodwink said:
Is there a way to open a client's default email and send a to, cc,
subject, body to it other than using a hyperlink label? There is a
restriction on the string length for a hyperlink, and I must send the
email to many recipients...more than what the hyperlinkaddress
property will hold.

SendObject() might do what you want. It uses the default MAPI client (if
there is one).
 
H

Hoodwink

That works, but it appears to send only the first 10 email address. Do
you know if that's a limit it has?
 
Top