Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI and Lotus Notes
Message
From
03/07/2000 12:05:46
 
 
To
03/07/2000 11:07:52
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00387729
Message ID:
00387766
Views:
12
Hi Matt

Have you tried the mailto command via shellexecute

here is some code that does open up lotus notes, or the users default browser

DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
INTEGER hwnd, ;
STRING lpVerb, ;
STRING lpFile, ;
STRING lpParameters, ;
STRING lpDirectory, ;
LONG nShowCmd


acti wind trace
susp
lnRturnvalue=ShellExecute(0,"open","mailto:", " ", "", 3)


IF lnRturnvalue < 32
MESSAGEBOX("Can not open telnet")
RETURN
ENDIF


there are a couple if parameters that you can add to this command, but I am not sure what they are.

if you have a look in

http://developer.netscape.com/viewsource/husted_mailto/mailto.html

it may give you some ideas

Talk to you later

Steven
Previous
Reply
Map
View

Click here to load this message in the networking platform