简体   繁体   English

如何使用asp.net标记gmail未读电子邮件

[英]How to mark gmail UNREAD emails using asp.net

I am using tutorial http://www.codeproject.com/Articles/188349/Read-Gmail-Inbox-Message-in-ASP-NET to make a gmail client. 我正在使用教程http://www.codeproject.com/Articles/188349/Read-Gmail-Inbox-Message-in-ASP-NET来制作Gmail客户端。 Using the code in this tutorial I am retrieving all emails from INBOX. 使用本教程中的代码,我将从INBOX检索所有电子邮件。 I have a problem with distinguishing the UNREAD ones. 我在区分未读邮件时遇到问题。 Can you help me with that one, please? 你能帮我吗?

If you're communicating using POP3, there isn't a way to tell what is unread. 如果您使用POP3进行通讯,则无法分辨未读内容。 You will need to talk over some other API (perhaps Gmail Inbox Feed?) 您将需要讨论其他一些API(也许是Gmail Inbox Feed?)

https://developers.google.com/google-apps/gmail/#gmail_inbox_feed https://developers.google.com/google-apps/gmail/#gmail_inbox_feed

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将gmail消息标记为未读(看不见)MailSystem.NET - How mark gmail message as unread (unseen) MailSystem.NET Gmail中未读电子邮件的数量 - Count of unread emails in Gmail 如何使用ASP.NET中的Exchange Web服务下载未读电子邮件附件? - How to download unread email attachment using Exchange web service in ASP.NET? 如何使用ASP.NET,C#和GMail发送电子邮件 - How to send email using ASP.NET, C# and GMail 电子邮件(来自asp.net System.Net.Mail)在Outlook中截断但在Gmail中截断 - Emails (from asp.net System.Net.Mail) Truncating in Outlook but not Gmail 使用ASP.NET发送电子邮件 - Sending emails with ASP.NET 如何通过OMAP2身份验证通过IMAP访问Gmail的邮件,或者如何在asp.net c#中使用Gmail API检索Gmail的邮件? - How can Gmail's Mail be accessed by IMAP using OAuth2 authentication or retrieve using Gmail API in asp.net c#? 使用C#在asp.net中的图像上绘制“ X”标记 - draw an “X” mark on image in asp.net using c# 如何在不使用ajax工具包控件的情况下在asp.net中显示水印? - How to show water mark in asp.net without using ajax toolkit control? 如何使用C#将asp.net中的电子邮件发送到使用gmail地址的任何电子邮件地址 - How to send email in asp.net using c# to any email address using gmail address
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM