Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email..
Message
From
04/10/2001 15:34:48
 
 
To
04/10/2001 15:08:45
Frank Cavone
Monetary Management of Ny, Inc.
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00564281
Message ID:
00564444
Views:
18
>thanks
>i already have outlook working but i wont always know what the user default email program they are using
>fc

You might be able to do this automating internet explorer like so:
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate2("mailto:")
I believe there is also another way of invoking the default mail client, I don't recall at this time.

Also you can roll your own form with the required fields and use this MAPI class from the UT downloads: http://www.levelextreme.com/wconnect/wc.dll?FournierTransformation~2,54,Forum=5,28,1034
This way you don't need to know what the default client is.
(sorry that previous post went before I intended it to)
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform