<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>WSH</anon>
    <anon>VBScript</anon>
  </categories>
  <description>最近まで知らなかったんですが、VBScriptでメール送信ができるようです。 参考にさせてもらったのは、メモしとこ CDO.Messageによるメール送信です。 参考先のコピペになりますが、以下のような感じでメール送信できるようです。 Set objMail = CreateObject(&quot;CDO.Message&quot;) objMail.From = &quot;from@hoge.example.com&quot; objMail.To = &quot;to@hoge.example.com&quot; objMail.Cc = &quot;cc@hoge.example.com&quot; '添付ファイル(フィアルパスを指定する) objMail.Ad…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2018%2F02%2F26%2F011134&quot; title=&quot;(WSH)VBScriptでメール送信 - 3流プログラマのメモ書き&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>2018-02-26 01:11:34</published>
  <title>(WSH)VBScriptでメール送信</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2018/02/26/011134</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
