Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: mail to function


Message #1 by "Naseem, Kashif (Birmingham)" <kashif.naseem@c...> on Mon, 26 Mar 2001 10:13:07 +0100



Hi there



        need some help. normally when we need to launch outlook email client

we use

 mailto : someone@s... But is there a way I can launch the email

client with cc to a particular address, some text in the subject section and

may be some default text in the body of the email.





Thanks in advance and your help is much appreciated



Regards



Kashif Naseem

Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Mon, 26 Mar 2001 11:09:13 +0100
Yes, I've done this before, although it was a while ago in a different job,

so sorry but I don't have code samples.



Lots of activeX controls are installed with Outlook 98 and 2000.  You can

use these activeX controls to create and manipulate messages, contacts,

calendar items etc, as long as Outlook (and obviously IE) is installed on

the client machine.



-----Original Message-----

From: Naseem, Kashif (Birmingham) [mailto:kashif.naseem@c...]

Sent: Monday, March 26, 2001 7:20 PM

To: ASP CDO

Subject: [asp_cdo] mail to function









Hi there



        need some help. normally when we need to launch outlook email client

we use

 mailto : someone@s... But is there a way I can launch the email

client with cc to a particular address, some text in the subject section and

may be some default text in the body of the email.





Thanks in advance and your help is much appreciated



Regards



Kashif Naseem

________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com

Message #3 by Aftab Ahmad <aftab.ahmad@k...> on Mon, 26 Mar 2001 14:36:52 +0200
Try with this:



mailto : someone@s...?subject=some

text&cc=someone@s...&body=some text



-----Original Message-----

From: Naseem, Kashif (Birmingham) [mailto:kashif.naseem@c...]

Sent: 26. mars 2001 20:20

To: ASP CDO

Subject: [asp_cdo] mail to function









Hi there



        need some help. normally when we need to launch outlook email client

we use

 mailto : someone@s... But is there a way I can launch the email

client with cc to a particular address, some text in the subject section and

may be some default text in the body of the email.





Thanks in advance and your help is much appreciated



Regards



Kashif Naseem

Message #4 by "Naseem, Kashif (Birmingham)" <kashif.naseem@c...> on Mon, 26 Mar 2001 14:11:54 +0100
Aftab,





   Thanks a lot. didn't realized it was so simple



Cheers



Kashif Naseem



-----Original Message-----

From: Aftab Ahmad [mailto:aftab.ahmad@k...]

Sent: 26 March 2001 13:37

To: ASP CDO

Subject: [asp_cdo] RE: mail to function





Try with this:



mailto : someone@s...?subject=some

text&cc=someone@s...&body=some text



-----Original Message-----

From: Naseem, Kashif (Birmingham) [mailto:kashif.naseem@c...]

Sent: 26. mars 2001 20:20

To: ASP CDO

Subject: [asp_cdo] mail to function









Hi there



        need some help. normally when we need to launch outlook email client

we use

 mailto : someone@s... But is there a way I can launch the email

client with cc to a particular address, some text in the subject section and

may be some default text in the body of the email.





Thanks in advance and your help is much appreciated



Regards



Kashif Naseem




  Return to Index