<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ISTE BURASI &#187; mail</title>
	<atom:link href="http://www.isteburasi.net/wordpress/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isteburasi.net/wordpress</link>
	<description>Aradığınız pek çok konu İşteBurada!</description>
	<lastBuildDate>Sun, 06 Dec 2009 17:10:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Outlook&#8217;tan makro ile mail gönderme</title>
		<link>http://www.isteburasi.net/wordpress/outlooktan-makro-ile-mail-gonderme/</link>
		<comments>http://www.isteburasi.net/wordpress/outlooktan-makro-ile-mail-gonderme/#comments</comments>
		<pubDate>Wed, 27 May 2009 06:03:14 +0000</pubDate>
		<dc:creator>Bulent</dc:creator>
				<category><![CDATA[Excel-Makro-VBA]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[makro]]></category>

		<guid isPermaLink="false">http://www.isteburasi.net/wordpress/?p=156</guid>
		<description><![CDATA[Outlook&#8217;tan sürekli aynı tarzda yazdığınız, tekrar yazmak veya kopyala-yapıştır yapmaktan sıkıldığınız mailler oluyor mu?
Benim oluyor. Bu yüzden yarı otomatik bir kod hazırladım, bunu Outlook&#8217;a eklediğim bir menüye atadım ve işlerimi kolaylaştırdım.
 
Aşağıdaki örnekler, müşteri siparişlerine termin isteme ve termin verme örnekleridir.
 
Termin isteme maili:
[code]Sub Outlook_makro_mail()
    Dim NewMsg As Outlook.MailItem
    Set NewMsg = CreateItem(olMailItem)
    On [...]]]></description>
		<wfw:commentRss>http://www.isteburasi.net/wordpress/outlooktan-makro-ile-mail-gonderme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
