How can re enable pop in Gmail from C# code?(如何从 C# 代码重新启用 Gmail 中的弹出功能?)
问题描述
I have a program that downloads mails from my Gmail, i have selected the radio button : Enable POP for all mail (even mail that's already been downloaded)
After i download my mail my Gmail changes the status above to: POP is enabled for all mail that has arrived since current Date
I did not physical change the radio buttons but it seams like it auto sets it to download only new mail.
I need my windows to down load all my all the time.
How can i set in my code that Gmails must enable all downloads all the time? with out me having to go re select the radio button every time.
Windows Service
Class
You don't need to re enable the radio button, when a pop client downloads the mail, it cant be view by other pop clients. How outlook does this is by using the recent mode.
Try this its not all your mail but the last 30 days.
Just Add recent: to your username e.g recent:Me@gmail.com.
Recent mode fetches the last 30 days of mail, regardless of whether it's been sent to another POP1 client already.
Link to back it up.
http://support.google.com/mail/bin/answer.py?hl=en&answer=47948
这篇关于如何从 C# 代码重新启用 Gmail 中的弹出功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!