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

You might look at CDO
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform