Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to send a Email

4 views
Skip to first unread message

Nieuwgroepen

unread,
Jun 12, 2001, 7:41:55 AM6/12/01
to
Hi

Could someone help me how to send a email from powerpoint with VBA

I would apreiate any help,

Many thanks,
Marc


Steve Rindsberg

unread,
Jun 12, 2001, 10:20:45 AM6/12/01
to
> Could someone help me how to send a email from powerpoint with VBA
>

It'd depend a lot on what you need to do and what software you assume is
present.

If all you need to do is get the email client started up with a new blank
email addressed to some...@someplace.not then you could shellexecute
mailto:some...@someplace.not

To test, just go to a DOS prompt and type

start mailto:the_email_address

If the machine doesn't have a default email client, this obviously won't
work. You'd have to include full email code in your VBA and I promise you,
that leads to a lot of even uglier problems.

If you need to set more than the address of the email, you can set the
subject and other parts with special syntax added to the end of the email
url, but I don't recall what it is; more to the point, it doesn't work with
all email clients, so is probably best avoided.

Question for you: do you have a web site? It might be far simpler to
create a form there that works with a backend CGI script to deliver your
mail.

Marc

unread,
Jun 12, 2001, 1:56:25 PM6/12/01
to
Thanks for answering,
I agree, maybe it will be better to make a hyperlinck to the website.


many thanks again
Marc.

Steve Rindsberg <drop...@rathole.nul> schreef in berichtnieuws
#dYFdq08AHA.1900@tkmsftngp04...

0 new messages