Yes it could be done ... but :
- without FT it will be very slow and inefficient
- you have to have the rights to access the user's mailbox (sign the agent with the correct id (admin or mailbox server))
It could be something like this pseudo-code :
Open the user mail view in your public adress book
for each db in this view,
open the db
open the all documents view
for each mail document in the view
open mail document
for each RichText or MIME field
check if file attached
if so, print (log or what ever) attachement name
next RichText or MIME field
next mail document
Next mail db
I could send you some sample code if you are a bit lost....
Hope it helps
Last Wiki Answer Submitted: February 14, 2012 2:28 pm by BruceWayne4,075 pts.
All Answer Wiki Contributors: BruceWayne4,075 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
If you turn on FT how would you do a search and please send the code.