Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Send a mail with cdosys and save a copy in the Sent Mail folder: how to???

Reply
Thread Tools

Send a mail with cdosys and save a copy in the Sent Mail folder: how to???

 
 
fcetrini@gmail.com
Guest
Posts: n/a
 
      03-15-2007
Hello to the board, i'm facing this problem and i need some help: with
cdosys i'm able to send e-mail from asp using the local exchange
server. Now I also have to save the sent mail into the user's mailbox
for future reference: how to???

i'm using:

..Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") =
ServerName
..Fields("http://schemas.microsoft.com/cdo/configuration/
smtpserverport") = ServerPort
..Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") =
3

thank you!!

fabio

 
Reply With Quote
 
 
 
 
ThatsIT.net.au
Guest
Posts: n/a
 
      03-15-2007
I have a script here that will do this, BUT, the script askes for permission
to access address book, maybe there is a workaround


Dim olTaskItem
olTaskItem = 3

set ol = createObject( "Outlook.Application" )


Set mi = ol.CreateItem(olMailItem)


mi.Subject = "test"
mi.Recipients.Add("")
mi.send




<> wrote in message
news: oups.com...
> Hello to the board, i'm facing this problem and i need some help: with
> cdosys i'm able to send e-mail from asp using the local exchange
> server. Now I also have to save the sent mail into the user's mailbox
> for future reference: how to???
>
> i'm using:
>
> .Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") =
> ServerName
> .Fields("http://schemas.microsoft.com/cdo/configuration/
> smtpserverport") = ServerPort
> .Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") =
> 3
>
> thank you!!
>
> fabio
>


 
Reply With Quote
 
 
 
 
ThatsIT.net.au
Guest
Posts: n/a
 
      03-15-2007
Sorry I forgot we were on a asp group, the script I sent is client side.

<> wrote in message
news: oups.com...
> Hello to the board, i'm facing this problem and i need some help: with
> cdosys i'm able to send e-mail from asp using the local exchange
> server. Now I also have to save the sent mail into the user's mailbox
> for future reference: how to???
>
> i'm using:
>
> .Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") =
> ServerName
> .Fields("http://schemas.microsoft.com/cdo/configuration/
> smtpserverport") = ServerPort
> .Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") =
> 3
>
> thank you!!
>
> fabio
>


 
Reply With Quote
 
fcetrini@gmail.com
Guest
Posts: n/a
 
      03-16-2007
> Save it into which user's mailbox? Are you using windows authentication on
> the server?


yes, got username, mail address, mail id
how could i find the "sent mail" folder for a user???



 
Reply With Quote
 
fcetrini@gmail.com
Guest
Posts: n/a
 
      03-20-2007
any help?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to send email to inbox folder and not to spam, using CDOSYS Orgil ASP General 3 07-20-2007 02:00 PM
Unable to send an email - cdosys.dll problem Akbur ASP .Net 8 04-13-2007 01:04 PM
Hotmail blocks emails sent w/ CDONTS/CDOSYS???? Todd M. Taylor ASP General 0 02-02-2004 05:20 PM
embed pictures in a cdosys sent message René de Leeuw ASP .Net 0 07-22-2003 04:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57