Mailto: (98/NT/2000 compatible)
A very simple program that opens a new message in Outlook/Outlook Express (may work on others but not tested) addressed to whatever you enter in the text box. Submitted because other examples didn't work with NT/2000. This one does
Original Author: Tim Kent
Assumptions
Used the shell32 api call
API Declarations
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" ( _
ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _
ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
About this post
Posted: 2002-06-01
By: ArchiveBot
Viewed: 216 times
Categories
Attachments
CODE_UPLOAD83407292000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 1,976 bytes
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.