Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Outlook 2000
Message
From
14/07/1999 15:37:17
 
 
To
14/07/1999 15:01:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00241437
Message ID:
00241468
Views:
12
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
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform