Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Express Object Model
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Outlook Express Object Model
Miscellaneous
Thread ID:
00727457
Message ID:
00727457
Views:
42
I have included facility in my app to send stuff to Outlook as :

loApp=CREATEOBJECT("Outlook.application")
loSpace=loApp.GetNameSpace('MAPI')
loMsg = loSpace.GetDefaultFolder(4)
loNew=loMsg.Items.Add()

loNew.Recipients.add(cEmail)
loNew.SubJect = cSubject
loNew.Body = cBody
loNew.cc = cCC
loNew.Send

This works fine but I now discover that some users have Outlook Express

Anybody know what needs to be done to get Outlook Express working ?

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform