Retrieve mail box attachments of the server

  • Hi,

    Can anyone help me , how to retrieve the mail box attachments /details of exchange server using sql commands or any other way.

    I need to retrieve all the attachments of a mail Inbox.

    Is there any other way to do this.

    Any help is greatly appreciated.

    Thanks

    Lakshman

  • via TSQL, no; you end up having to create and call something external

    Whether an application which connects via POP3 and downloads messages and their attachments, it's going to happen external to TSQL.

    it also depends on what you want, you mentioned attachments specifically, but if it's going to be some external app(as opposed to TSQL) for one portion, you should make it external to all: create an application that pops the mailbox and then inserts messages and attachments into SQL server; that's what I've done in the past.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply