 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: email macro</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/email-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/email-macro/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 23:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: rulebreaker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/email-macro/#comment-73817</link>
		<dc:creator>rulebreaker</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:48:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-73817</guid>
		<description><![CDATA[good]]></description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smf</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/email-macro/#comment-64459</link>
		<dc:creator>smf</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:16:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-64459</guid>
		<description><![CDATA[If you have Outlook as your email and using Excel for the macro

Dim OutApp As Object
Dim OutMail As Object

Set OutApp = CreateObject(&quot;Outlook.Application&quot;)
OutApp.Session.Logon

 Set OutMail = OutApp.CreateItem(0)
                    With OutMail
                                .To = strEmail
                                .Subject = strSubject  
                                .Body = strbody
                                 &#039;get each file to attach
                                 .Attachments.Add strFile
                                .Display  &#039;Or use Send to send without looking at the email first
                        End With
                
 Set OutMail = Nothing
 Set OutApp = Nothing]]></description>
		<content:encoded><![CDATA[<p>If you have Outlook as your email and using Excel for the macro</p>
<p>Dim OutApp As Object<br />
Dim OutMail As Object</p>
<p>Set OutApp = CreateObject(&#8220;Outlook.Application&#8221;)<br />
OutApp.Session.Logon</p>
<p> Set OutMail = OutApp.CreateItem(0)<br />
                    With OutMail<br />
                                .To = strEmail<br />
                                .Subject = strSubject<br />
                                .Body = strbody<br />
                                 &#8216;get each file to attach<br />
                                 .Attachments.Add strFile<br />
                                .Display  &#8216;Or use Send to send without looking at the email first<br />
                        End With</p>
<p> Set OutMail = Nothing<br />
 Set OutApp = Nothing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 01:58:57 -->