Need help with an api function 
Author Message
 Need help with an api function

I called an api who makes the default email program appear with an email
address spcified with the command "mailto", but i need to set a object
title by default and an attachment files by default too. What command line
have I to add?

I looked for a solution on the net but i found nothing on that.

Thanks

Pete



Sun, 04 Nov 2001 03:00:00 GMT  
 Need help with an api function
What I do is, in the 'mailto' section put this:

This works for most recent browsers, but be aware it doesn't on some earlier
browsers.
--
David Wier
http://www.aspexpress.com
http://www.augustwind.com
Designer of ASP Express - The Best ASP Editor in the Galaxy


Quote:
> I called an api who makes the default email program appear with an email
> address spcified with the command "mailto", but i need to set a object
> title by default and an attachment files by default too. What command line
> have I to add?

> I looked for a solution on the net but i found nothing on that.

> Thanks

> Pete



Mon, 05 Nov 2001 03:00:00 GMT  
 Need help with an api function

Quote:

>I called an api who makes the default email program appear with an email
>address spcified with the command "mailto", but i need to set a object
>title by default and an attachment files by default too. What command line
>have I to add?

I don't know about attachments, but you can use "SUBJECT" to set the
subject line, as follows:


When I need to fill in the body automatically, I use the Clipboard
object to transfer the data.

----------------------------------------------------------------------

:)             aka Jack Voltz            :)  Web: www.ovnet.com/~voltz
:)      M  A  R  A  N  A  T  H  A  !     :)  Prolife: ./prolife.htm
:)    S i e m p r e  P o r   V i d a !   :)  Music: ./music.htm
;)         Pour la Vie, toujours !       ;)  Y2K: ./y2klinks.htm



Sat, 10 Nov 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Need help with registry API function!!!

2. need help with REGENUMKEY API function in VB 4 32 bit

3. Need help with SetTimer API function!

4. Help needed getting the ChooseFont api function to work

5. Need help with API function under NT

6. Need help declaring API functions to manipulate Windows registry

7. newbie in api, need help for the function AVIStreamGetFrame

8. I need a help file with a detailed description of Win32 API functions

9. need help with releaseCapture API and send message API

10. WIN 2k API vs WIN 98/WIN NT API - Help needed

11. need hwnd for API-Function ?

12. Need ODBC API Function declaration

 

 
Powered by phpBB® Forum Software