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

This is a discussion on Send a mail with cdosys and save a copy in the Sent Mail folder: how to??? - Inetserver ; 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 ...

+ Reply to Thread
Results 1 to 6 of 6

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

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

    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


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

    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("test@test.com")
    mi.send




    <fcetrini@gmail.com> wrote in message
    news:1173970156.854558.250350@l75g2000hse.googlegroups.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
    >



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

    Sorry I forgot we were on a asp group, the script I sent is client side.

    <fcetrini@gmail.com> wrote in message
    news:1173970156.854558.250350@l75g2000hse.googlegroups.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
    >



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


    <fcetrini@gmail.com> wrote in message
    news:1173970156.854558.250350@l75g2000hse.googlegroups.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???
    >

    Save it into which user's mailbox? Are you using windows authentication on
    the server?

    If you are using anonymous authentication, you have no idea who that user
    is.



    --
    John Blessing

    http://www.LbeHelpdesk.com - Help Desk software priced to suit all
    businesses
    http://www.room-booking-software.com - Schedule rooms & equipment bookings
    for your meeting/class over the web.
    http://www.lbetoolbox.com - Remove Duplicates from MS Outlook, find/replace,
    send newsletters



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

    > 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???




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

    any help?


+ Reply to Thread

Similar Threads

  1. How to send email to inbox folder and not to spam, using CDOSYS
    By Application Development in forum Inetserver
    Replies: 3
    Last Post: 07-20-2007, 09:00 AM
  2. Sent mail no longer stored in copy to self folder.
    By Application Development in forum Pegasus
    Replies: 3
    Last Post: 04-03-2006, 04:14 PM
  3. Send Copy of undeliverd Mail to Admin box as well as user who sent
    By Application Development in forum Microsoft Exchange
    Replies: 1
    Last Post: 10-15-2005, 04:39 PM
  4. copy old mail to different folder
    By Application Development in forum Mutt
    Replies: 13
    Last Post: 08-13-2005, 03:32 PM
  5. Save mail item to Public Folder
    By Application Development in forum Microsoft Exchange
    Replies: 3
    Last Post: 03-03-2005, 06:08 PM