Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send Outlook
Message
From
24/07/2006 02:27:51
 
 
To
24/07/2006 01:06:09
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01139039
Message ID:
01139049
Views:
12
>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

One solution is to use Outlook Redemption, check out http://www.dimastr.com/redemption/. Also see thread# 1134017 for other solutions.
Previous
Reply
Map
View

Click here to load this message in the networking platform