Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send an email with attached file during a program
Message
 
 
To
23/06/2000 13:01:21
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00383873
Message ID:
00386849
Views:
23
Hi Carl,
This lines were sent to me by David Stevenson, if your users have installed Outlook 2000 you can send a mail from your app.

o=createobject("outlook.application")
oitem=o.createitem(0)
oitem.display
oItem.Recipients.Add("email address or name from address book")
oitem.subject="HTML Test"
oitem.htmlbody="< HTML>< BODY>< H1>Headline< /h1>< /body>< /html>"
oitem.send
oitem=null
o=null
This is documented in "VBAOUTL9.CHM" help, which you should have with your Outlook installation.

HTH
Carlos Etcheverry
Monte Grande
Buenos Aires
Argentina

Es mejor un mal dia de pesca que un buen dia de trabajo!
Previous
Reply
Map
View

Click here to load this message in the networking platform