<?xml version="1.0"?>
<rss version="2.0"><channel><title>TagFacts/kuchin/outlook</title><link>http://tagfacts.com/kuchin/outlook</link><description><![CDATA[Latest notes with tag 'outlook' added by kuchin to TagFacts]]></description><language>en-us</language><item><title>Macro for sending mail</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Public Sub NewMail()<br /><br />    Dim olApp As Outlook.Application<br />    Dim objMail As Outlook.MailItem<br /><br />    Set olApp = CreateObject(&quot;Outlook.Application&quot;)<br />    Set objMail = olApp.CreateItem(olMailItem)<br /><br />    objMail.BCC = &quot;Friends Dima&quot;<br />    objMail.Subject = &quot;Subject&quot;<br />    objMail.HTMLBody = &quot;&lt;b&gt;Body&lt;/b&gt;&quot;<br />    <br />    objMail.Send<br /><br />End Sub
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mail"  >mail</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/outlook"  >outlook</a>]]></description><pubDate>Mon, 20 Feb 2006 11:58:34 GMT</pubDate><guid isPermaLink="false">programs_id_281</guid><author>kuchin@nosuchserver.com</author><category>mail</category><category>microsoft</category><category>outlook</category></item><item><title>Open restricted attachments in Outlook 2003</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	REGEDIT4<br />[HKEY_CURRENT_USER&#092;Software&#092;Microsoft&#092;Office&#092;11.0&#092;Outlook&#092;Security]<br />&quot;Level1Remove&quot;=&quot;ade;adp;asx;bas;bat;chm;cmd;com;cpl;crt;exe;hlp;hta;inf;ins;isp;<br />js;jse;lnk;mda;mdb;mde;mdz;msc;msi;msp;mst;pcd;pif;prf;reg;scf;scr;sct;shb;shs;<br />url;vb;vbe;vbs;ws c;wsf;wsh&quot;
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mail"  >mail</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/outlook"  >outlook</a>]]></description><pubDate>Tue, 15 Nov 2005 14:13:29 GMT</pubDate><guid isPermaLink="false">programs_id_212</guid><author>kuchin@nosuchserver.com</author><category>mail</category><category>microsoft</category><category>outlook</category></item></channel></rss>
