male automatically to Yahoo mail

  • Thread starter Thread starter Frank Situmorang
  • Start date Start date
F

Frank Situmorang

Hello,

I have been able to make when we click mail, it will atuomatically bring us
to MSOutlook form and fills the email address on the send to:

My question is how can we make it to automatic go to Yahoo mail, because
most people use general/pbulic mail

Thanks for your help
 
Frank said:
Hello,

I have been able to make when we click mail, it will atuomatically
bring us to MSOutlook form and fills the email address on the send to:

My question is how can we make it to automatic go to Yahoo mail,
because most people use general/pbulic mail

Thanks for your help

If you use SendObject then it is going to invoke whatever is the default MAPI
client on the PC. If you use code to automate a messaging library then you can
support any type of mail program where you can obtain and install such a
library. Your PCs apparently already have Outlook installed and on Windows 2000
and newer you already have the CDOSys library available.

I doubt that any web-based client offers any sort of dll or control you can
automate because NOT using such things is sort of the point of a web based
program.

You might very well be able to use FollowHyperlink and provide a URL that would
open the user's web browser and take them to Yahoo mail or GMail, but I don't
know what would be involved in trying to automatically start a new message and
pre-populate it with your desired body, subject, and recipients. Might be as
simple as using a mailto URL, but you would have to investigate that.
 

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

Back
Top