Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Outlook 2000
Message
From
14/07/1999 16:08:01
 
 
To
14/07/1999 15:37:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00241437
Message ID:
00241493
Views:
10
I'll try that.


Thank's John


>You might want to look at Nigel Coates MAPI class here in the Files section. He recently updated it. Anyway, I have tested it with Outlook2000 and it works fine. Maybe you can find in that class the code help you're looking for.
>
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform