Hi All,
I am writing a quick IMAP/SMTP script. I need help figuring out how to use the saved parameters.
imap_search("",
"Search=SUBJECT \"BSM Monitoring For DOE Exchange Service\"",
"SaveTo=searchResults",
ENDITEM,
LAST);Action.c(68): Search Results = 477 478 479 480 481 482 483 484 [18/03/2016 1:03:21 PM]
As you can see, I have results. How do I then use those results in another command (i.e imap_expunge)?
I've tried hours of googling and trying to interpret the Function Reference to no avail.
Any help greatly appreciated.
Cheers :)