Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Readmail save the attachment to a temp fold.??

Author  Topic 

jkumar
Starting Member

3 Posts

Posted - 2001-04-11 : 12:11:44
exec xp_readmail

will save the attachment to a temp folder???
even though if you set @suppress_attach=false, @attachments output..

We get the folder address as a resultset like C:\DOCUME~1\SQLSER~1\LOCALS~1\Temp\test.txt

But I didn't find the attachment in any folder after executing xp_readmail...

Anybody come across this?

   

- Advertisement -