M MaxWaterfall Member Licensed User Longtime User Dec 27, 2014 #1 Any ideas how to do this? From what I can see you can only choose to delete the message before parsing it.
Any ideas how to do this? From what I can see you can only choose to delete the message before parsing it.
Erel B4X founder Staff member Licensed User Longtime User Dec 28, 2014 #2 You can parse the message and if you want to delete it call Pop.DownloadMessageTop with the delete parameter set to true. Upvote 0
You can parse the message and if you want to delete it call Pop.DownloadMessageTop with the delete parameter set to true.
M MaxWaterfall Member Licensed User Longtime User Dec 29, 2014 #3 So won't I have to download the message twice? Once to read it and then again if I want to delete it? So in pseudo it would be: pop.downloadmessage parsemessage read subject If subject = xxx then pop.downloadmessagetop(xxxx, true) Upvote 0
So won't I have to download the message twice? Once to read it and then again if I want to delete it? So in pseudo it would be: pop.downloadmessage parsemessage read subject If subject = xxx then pop.downloadmessagetop(xxxx, true)
Erel B4X founder Staff member Licensed User Longtime User Dec 30, 2014 #4 Yes. However DownloadMessageTop only downloads a few lines of each message. Upvote 0