Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: How to save mails sent to "Sent Items" folder


Message #1 by Sumanesh Maharabhusanam <sumaneshm@y...> on Sun, 10 Mar 2002 23:42:24 -0800 (PST)
Hi all,

   I want to send HTML Formatted mail and i want to

save that in the sent items folder, using CDO 1.2.1 i

can save the mail to sent items folder, but i cannot

send HTML formatted mails and using "CDO.Message", i

can send HTML Formatted mail, but i cannot save the

mail to sent items folder,please anyone tell me how to

achieve both, ie sending HTML formatted mail and

saving it in the sent items folder,



Thanks 

Sumanesh



__________________________________________________

Do You Yahoo!?

Try FREE Yahoo! Mail - the world's greatest free email!

http://mail.yahoo.com/

Message #2 by "Siegfried Weber" <sweber@c...> on Mon, 11 Mar 2002 18:24:00 +0100
Unless you use Exchange 2000 I don't see a way to accomplish that due to

the totally different architecture and design both components.



<Siegfried />



> -----Original Message-----

> From: Sumanesh Maharabhusanam [mailto:sumaneshm@y...]

> Sent: Monday, March 11, 2002 8:42 AM

> To: ASP CDO

> Subject: [asp_cdo] How to save mails sent to "Sent Items" folder

>

> Hi all,

>    I want to send HTML Formatted mail and i want to

> save that in the sent items folder, using CDO 1.2.1 i

> can save the mail to sent items folder, but i cannot

> send HTML formatted mails and using "CDO.Message", i

> can send HTML Formatted mail, but i cannot save the

> mail to sent items folder,please anyone tell me how to

> achieve both, ie sending HTML formatted mail and

> saving it in the sent items folder,

>

> Thanks

> Sumanesh

>

> __________________________________________________

> Do You Yahoo!?

> Try FREE Yahoo! Mail - the world's greatest free email!

> http://mail.yahoo.com/

>




$subst('Email.Unsub').

Message #3 by Sumanesh Maharabhusanam <sumaneshm@y...> on Mon, 11 Mar 2002 21:38:47 -0800 (PST)
hi 

  thanks for replying siegfried, i m using Exchange

2000 only but i dont know how to send HTML formatted

mail using CDO 1.2.1. could u please help me.. 



thanks in advance

Sumanesh

 

--- Siegfried Weber <sweber@c...> wrote:

> Unless you use Exchange 2000 I don't see a way to

> accomplish that due to

> the totally different architecture and design both

> components.

> 

> <Siegfried />

> 

> > -----Original Message-----

> > From: Sumanesh Maharabhusanam

> [mailto:sumaneshm@y...]

> > Sent: Monday, March 11, 2002 8:42 AM

> > To: ASP CDO

> > Subject: [asp_cdo] How to save mails sent to "Sent

> Items" folder

> > 

> > Hi all,

> >    I want to send HTML Formatted mail and i want

> to

> > save that in the sent items folder, using CDO

> 1.2.1 i

> > can save the mail to sent items folder, but i

> cannot

> > send HTML formatted mails and using "CDO.Message",

> i

> > can send HTML Formatted mail, but i cannot save

> the

> > mail to sent items folder,please anyone tell me

> how to

> > achieve both, ie sending HTML formatted mail and

> > saving it in the sent items folder,

> > 

> > Thanks

> > Sumanesh

> > 

> > __________________________________________________

> > Do You Yahoo!?

> > Try FREE Yahoo! Mail - the world's greatest free

> email!

> > http://mail.yahoo.com/

> > 





> $subst('Email.Unsub').

> 





$subst('Email.Unsub').





__________________________________________________

Do You Yahoo!?

Try FREE Yahoo! Mail - the world's greatest free email!

http://mail.yahoo.com/

Message #4 by "Siegfried Weber" <sweber@c...> on Tue, 12 Mar 2002 14:16:56 +0100
If your code is supposed to run only on Exchange 2000 why are you using

the sluggish and slow CDO 1.21 library?



Instead use CDOEX (a superset of CDOSYS) and you are all set. With CDOEX

you can submit a SMTP message via an Exchange 2000 mailbox with any

MIME/HTML formatting of your choice. MSDN & the Exchange 2000 SDK has a

lot of information about it.



<Siegfried />



> -----Original Message-----

> From: Sumanesh Maharabhusanam [mailto:sumaneshm@y...]

> Sent: Tuesday, March 12, 2002 6:39 AM

> To: ASP CDO

> Subject: [asp_cdo] RE: How to save mails sent to "Sent Items" folder

>

> hi

>   thanks for replying siegfried, i m using Exchange

> 2000 only but i dont know how to send HTML formatted

> mail using CDO 1.2.1. could u please help me..

>

> thanks in advance

> Sumanesh

>

> --- Siegfried Weber <sweber@c...> wrote:

> > Unless you use Exchange 2000 I don't see a way to

> > accomplish that due to

> > the totally different architecture and design both

> > components.

> >

> > <Siegfried />

> >

> > > -----Original Message-----

> > > From: Sumanesh Maharabhusanam

> > [mailto:sumaneshm@y...]

> > > Sent: Monday, March 11, 2002 8:42 AM

> > > To: ASP CDO

> > > Subject: [asp_cdo] How to save mails sent to "Sent

> > Items" folder

> > >

> > > Hi all,

> > >    I want to send HTML Formatted mail and i want

> > to

> > > save that in the sent items folder, using CDO

> > 1.2.1 i

> > > can save the mail to sent items folder, but i

> > cannot

> > > send HTML formatted mails and using "CDO.Message",

> > i

> > > can send HTML Formatted mail, but i cannot save

> > the

> > > mail to sent items folder,please anyone tell me

> > how to

> > > achieve both, ie sending HTML formatted mail and

> > > saving it in the sent items folder,

> > >

> > > Thanks

> > > Sumanesh

> > >

> > > __________________________________________________

> > > Do You Yahoo!?

> > > Try FREE Yahoo! Mail - the world's greatest free

> > email!

> > > http://mail.yahoo.com/

> > >





> > $subst('Email.Unsub').

> >





> $subst('Email.Unsub').

>

>

> __________________________________________________

> Do You Yahoo!?

> Try FREE Yahoo! Mail - the world's greatest free email!

> http://mail.yahoo.com/

>




$subst('Email.Unsub').


  Return to Index