Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Outlook 2000
Message
From
14/07/1999 15:01:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problems with Outlook 2000
Miscellaneous
Thread ID:
00241437
Message ID:
00241437
Views:
56
I am using tht following code to automate Outlook 2000:

oOutlookObject=CREATEOBJECT("Outlook.Application")
oEmailItem=oOutlookObject.CreateItem(olMailItem)
WITH oEmailItem
.Body= THISFORM.edit1.VALUE
.TO=THISFORM.text1.VALUE
.CC=THISFORM.text2.VALUE
.Subject=THISFORM.text3.VALUE
.Attachments.ADD(THISFORM.text4.VALUE)
.SEND
ENDWITH

it was working fine with Outlook 98.
Does Anyone know what changed? or Where can I find more info?


Thanks

Sergio
Next
Reply
Map
View

Click here to load this message in the networking platform