Pages: 1
RSS
Creating and printing a list of messages
 
Hi!
I need to create a list of messages that I have in my Inbox and then print it (fields: FROM, TO, TOPIC, DATE RECEIVED, ATTACH Y/N). I DO NOT need to print out messages themselves. Printing out screenshots is pathetic :cry: .

How can I do it using THE BAT?

Thanks!  
 
Create a filter, set it to manual re-filtering only (options tab)
Use as condition whatever you want.
Action: Export message to file (pick a name you like)
Export format: Plain text, with this template:
%FromName, %ToList, %Subject,%ORcvDate, %ODate, %If:"%OAttachments"="":"No":"Yes"

When destination file exists: append to file

Now re-filter your Inbox with this filter.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1