Start a Conversation

Unsolved

This post is more than 5 years old

453

May 4th, 2011 00:00

Dumping Search Results into a file

Hi,

Just wondering, If there is a way to perform a search on emails and have the results/hits exported as a text file and If so How ?

We are using Email Xtender 4.81 SP2

I suspect it'll be done via a SQL Query

Thanks

-Michael

4 Posts

May 4th, 2011 08:00

Done a bit of research for SQL queries and came with this query

select * from message,emailaddress where msgdate like '%%' and emailaddress like '%exampleuser%'

Basically I used SQL Management Studio to execute the query

Once finished I put the Results to Text CTRL + T

No Events found!

Top