有没有人用过“mailto:”?如何带参数?

时间:2022-01-12 18:52:40
用"mailto:"怎样把附件放到邮件里?
大哥们帮帮小妹啊!!!

6 个解决方案

#1


用你的方式恐怕办不到吧`~你要写或者使用个组件在代码中处理。
  
-----------------------------------------------
msn:bdbox@hotmail.com
请给我个与您交流的机会

#2


不好意思,我不能聊MSN

#3


WinZip的"zip and email..."明明是用Outlook Express并插入附件的,但MSDN里却不提供这个参数, 那么WinZip是怎么个调用OE的?shit!

--------------------------------------------------------------------------------
The information in this article applies to:


Microsoft Internet Explorer (Programming) versions 4.0 , 4.01 , 4.01 SP1 


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


SUMMARY
You can use the MAILTO protocol under Internet Explorer to create a hyperlink that opens the clients e-mail system. This article describes the different parameters you can use with the MAILTO protocol. 



MORE INFORMATION
The format for the MAILTO protocol is as follows: 

MAILTO:Recipients&Parameters 
The Recipients field can be blank, a single e-mail address, or multiple e- mail addresses separated by semicolons (;). 

The Parameters are optional and have to be separated by an ampersand (&). Parameters appear in a name/value pair format. Following is the list of parameters available in Internet Explorer: 
   PARAMETER     DESCRIPTION
   ---------     ------------------

   CC=           Carbon copy
   BCC=          Blind carbon copy
   SUBJECT=      Subject text
   BODY=         Body text
Because all the data is passed in the URL, the characters used must be Internet safe characters. Use a %0d for a line feed. Use a %20 for a space NOTE : using plus (+) sign does not work in this protocol. 

Here is sample HTML that demonstrates using the MAILTO protocol: 
   <HTML>
   <HEAD></HEAD>
   <BODY>

   <A href="mailto:email1;email2&cc=email3?subject=Subject%20
           text&body=Body%0dText">
   Click Here To Invoke Mail
   </A>

   </BODY>
   </HTML>
NOTE : Your e-mail client may behave differently than described above. Internet Explorer passes the mailto: string directly to the default mail application.

#4


参数也就能加一个Subject

#5


to:michaelowenii(少年狂)你怎样插入附件的?

#6


怎么没人理我啊,55555....

#1


用你的方式恐怕办不到吧`~你要写或者使用个组件在代码中处理。
  
-----------------------------------------------
msn:bdbox@hotmail.com
请给我个与您交流的机会

#2


不好意思,我不能聊MSN

#3


WinZip的"zip and email..."明明是用Outlook Express并插入附件的,但MSDN里却不提供这个参数, 那么WinZip是怎么个调用OE的?shit!

--------------------------------------------------------------------------------
The information in this article applies to:


Microsoft Internet Explorer (Programming) versions 4.0 , 4.01 , 4.01 SP1 


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


SUMMARY
You can use the MAILTO protocol under Internet Explorer to create a hyperlink that opens the clients e-mail system. This article describes the different parameters you can use with the MAILTO protocol. 



MORE INFORMATION
The format for the MAILTO protocol is as follows: 

MAILTO:Recipients&Parameters 
The Recipients field can be blank, a single e-mail address, or multiple e- mail addresses separated by semicolons (;). 

The Parameters are optional and have to be separated by an ampersand (&). Parameters appear in a name/value pair format. Following is the list of parameters available in Internet Explorer: 
   PARAMETER     DESCRIPTION
   ---------     ------------------

   CC=           Carbon copy
   BCC=          Blind carbon copy
   SUBJECT=      Subject text
   BODY=         Body text
Because all the data is passed in the URL, the characters used must be Internet safe characters. Use a %0d for a line feed. Use a %20 for a space NOTE : using plus (+) sign does not work in this protocol. 

Here is sample HTML that demonstrates using the MAILTO protocol: 
   <HTML>
   <HEAD></HEAD>
   <BODY>

   <A href="mailto:email1;email2&cc=email3?subject=Subject%20
           text&body=Body%0dText">
   Click Here To Invoke Mail
   </A>

   </BODY>
   </HTML>
NOTE : Your e-mail client may behave differently than described above. Internet Explorer passes the mailto: string directly to the default mail application.

#4


参数也就能加一个Subject

#5


to:michaelowenii(少年狂)你怎样插入附件的?

#6


怎么没人理我啊,55555....