Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send Outlook
Message
From
24/07/2006 01:06:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to send Outlook
Miscellaneous
Thread ID:
01139039
Message ID:
01139039
Views:
61
Hi Toall,


im using this code to send my email but outlook always ask me to allow access for 1,2,3..etc mins of accessing, my problem is how to remove this popup message and automatically send it?
oOUTLOOK= Createobject('outlook.application')
omail=oOUTLOOK.createitem(0)
omail.recipients.add("raquino@sldeasia.com")
omail.subject = "Hello World"
omail.body = "Kamusta, Mabuhay"
omail.send
thanks in advance
ryan
Next
Reply
Map
View

Click here to load this message in the networking platform