本ページには広告が含まれています。
Notice: Trying to access array offset on value of type null in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 13
Warning: in_array() expects parameter 2 to be array, string given in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 41
Warning: in_array() expects parameter 2 to be array, string given in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 41
Notice: Undefined variable: context in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 70
Notice: Undefined index: extension in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 147
Notice: Undefined index: extension in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 147
Notice: Undefined index: extension in /home/uwsc/domains/uwsc.jp/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(663) : eval()'d code on line 147
メールにファイルを添付します。パスはフルパスで指定します。複数のファイルを添付するには、AddAttachment を必要な数だけ実行します。
- 構文
- CDO.AddAttachment( path )
- 引数
- path 省略可
- 添付するファイルのパス
- 戻り値
使い方
デスクトップのimage.pngを添付します。
CDO.AddAttachment("D:\Desktop\image.png")添付するファイルが複数ある場合は、AddAttachmentを添付するファイルの数だけ実行します。
WITH CDO
.AddAttachment("D:\Desktop\sample1.txt")
.AddAttachment("D:\Desktop\sample2.txt")
ENDWITH
