mRoberts
Sep 8th, 1999, 12:05 AM
Anyone know how to attach a file when launching the system's default email application. My function call look like this:
W_hand = ShellExecute(0&, vbNullString, "mailto:" & EMAILADDRESS, vbNullString, App.Path, SW_SHOWNORMAL)
Works fine except for the attachment parameter. Any help would be greatly appreciated.
Mike
W_hand = ShellExecute(0&, vbNullString, "mailto:" & EMAILADDRESS, vbNullString, App.Path, SW_SHOWNORMAL)
Works fine except for the attachment parameter. Any help would be greatly appreciated.
Mike