<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AutoHotkey: библиотека CDO для отправки E-mail]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=3185</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=3185&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AutoHotkey: библиотека CDO для отправки E-mail».]]></description>
		<lastBuildDate>Sun, 20 Jun 2010 20:00:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AutoHotkey: библиотека CDO для отправки E-mail]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=36812#p36812</link>
			<description><![CDATA[<p>Компонент доступный для загрузки отдельно - <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2714320d-c997-4de1-986f-24f081725d36&amp;DisplayLang=en">Collaboration Data Objects, version 1.2.1</a><br /></p><div class="quotebox"><cite>Release Notes пишет:</cite><blockquote><p>…<br />This package cannot be installed on any system on which a version of Microsoft Office Outlook that is earlier than Outlook 2007 is installed. In addition, this package cannot be installed on a system on which any version of Microsoft Exchange is installed.<br /><strong>Remove any other installation of CDO prior to installing this package. If you do not remove prior releases, the current release may not install correctly.</strong><br />…</p></blockquote></div><p>Необходим для отправки писем с этой библиотекой!</p>]]></description>
			<author><![CDATA[null@example.com (Real-3)]]></author>
			<pubDate>Sun, 20 Jun 2010 20:00:44 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=36812#p36812</guid>
		</item>
		<item>
			<title><![CDATA[AutoHotkey: библиотека CDO для отправки E-mail]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=23335#p23335</link>
			<description><![CDATA[<p>Библиотека <strong>CDO.ahk</strong> находится во вложении поста.<br />Простейший пример использования:<br /></p><div class="codebox"><pre><code>#include CDO.ahk ; Подключаем библиотеку CDO.ahk
Requisites(&quot;from@list.ru&quot;, &quot;to@list.ru&quot;) ; От кого письмо и кому
Options(&quot;smtp.list.ru&quot;, &quot;465&quot;, &quot;from@list.ru&quot;, &quot;xxxxxxx&quot;) ; Указываем smtp сервер, порт, логин и пароль. Для Google порт 465
Subject(&quot;Тема послания&quot;)
Text(&quot;Текст послания&quot;)
Investment(&quot;C:\1.txt | C:\2.txt&quot;) ; Прикрепляемые файлы. Если файлов много, их нужно разделять знаком &quot;|&quot;
Send()</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Real-3)]]></author>
			<pubDate>Tue, 19 May 2009 15:22:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=23335#p23335</guid>
		</item>
	</channel>
</rss>
