April 15, 2011 at 2:15 am
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
April 15, 2011 at 6:36 am
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
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply