Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending E-mail
Message
 
To
08/01/2001 03:54:50
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00460461
Message ID:
00460467
Views:
12
You can use outlok application

** Since Outlook already knows about your mail setup, it requires less information
**********************
oOutlook = CREATE ("Outlook.Application")
oMail = oOutlook.createitem(0)
omail.Body = "This is a test"
omail.Recipients.Add ( "ismamokan@nro12" )
omail.Subject = "test"
omail.Send
omail = .NULL.
RELEASE omail
oOutlook = .NULL.
RELEASE oOutlook
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform