Hi Pros:
Here is a query i did for a SQL 2008 based DB to get such emails which does not an entry in otemailproperties.
select DataID,Name, CreateDate,ModifyDate ,CreatedBy from Dtree
where dtree.SubType =749 and
DataID not in (select nodeid from OTEmailProperties )
I wish to have a way to write a either sub-report or include details in this main report itself which could fetch me the location of these emails in content server so that i can go to these email and move them to a temp folder in outlook and drag and drop them at the same place.
Or any other ways to export them etc
Thanks,
Mkesh