<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>■必要なもの ・NuGetから「 S22.Imap Imap Library COmponent 」を入手する。■プログラム using (ImapClient client = new ImapClient(&quot;imap.gmail.com&quot;, 993, &quot;***@gmail.com&quot;, &quot;password&quot;, AuthMethod.Login, true)) { // 未読メールのみ IEnumerable&lt;uint&gt; uids = client.Search( SearchCondition.Unseen() ); foreach(var uid in uids) { var messag…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F20150712%2F1436677559&quot; title=&quot;C# GmailのメールをIMAPを使って受信する - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-07-12 14:05:59</published>
  <title>C# GmailのメールをIMAPを使って受信する</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/20150712/1436677559</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
