1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

mail and outlook

Discussion in 'C#' started by nile1483, Jan 17, 2006.

  1. #1
    A user has requested a form that sends the email feedback to a Distribution List in his Outlook Contacts. So...is there a way to code a form to pull the emial addresses from an Outlook Contact distribution list?
     
    nile1483, Jan 17, 2006 IP
  2. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You would need to save the contacts as a text file and input them all to a database which is stored on the web server.

    Then when the form sends an email it can send it to all the addresses.
     
    dave487, Jan 17, 2006 IP
  3. riz

    riz Peon

    Messages:
    82
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This looks like an attempt to steal email addresses from an address book and spam the heck out of them. Is that what you are trying to do?
     
    riz, Jan 17, 2006 IP
    Smyrl likes this.
  4. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If it is then it will be difficult if not impossible.
     
    dave487, Jan 17, 2006 IP
  5. nile1483

    nile1483 Active Member

    Messages:
    345
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Thankyou friends
     
    nile1483, Jan 17, 2006 IP
  6. alph

    alph Well-Known Member

    Messages:
    508
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    108
    #6
    If your outlook uses exchange server on active directory. I believe you can then query the server using ldap to get what you want.
     
    alph, Jan 18, 2006 IP