<?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>DataBatrix &#187; Microsoft Office Interop</title>
	<atom:link href="http://www.databatrix.com/category/microsoft-office-interop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.databatrix.com</link>
	<description>The workings of Eric Bridges</description>
	<lastBuildDate>Tue, 24 Apr 2012 21:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Outlook Signature</title>
		<link>http://www.databatrix.com/2009/08/outlook-signature/</link>
		<comments>http://www.databatrix.com/2009/08/outlook-signature/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 00:53:25 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[Desktop Applications]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Microsoft Office Interop]]></category>

		<guid isPermaLink="false">http://www.databatrix.com/2009/08/outlook-signature/</guid>
		<description><![CDATA[Background: My company wanted to standardize the email signature for all of the employees.  The signature was to contain images and links. Problem: Creating a signature in Microsoft Outlook that contains images and links is not the easiest thing in the world.  Not to mention having everyone in the company try to create their own, [...]]]></description>
			<content:encoded><![CDATA[<h3>Background:</h3>
<p>My company wanted to standardize the email signature for all of the employees.  The signature was to contain images and links.</p>
<h3>Problem:</h3>
<p>Creating a signature in Microsoft Outlook that contains images and links is not the easiest thing in the world.  Not to mention having everyone in the company try to create their own, they would never end up being standardized and turn into a nightmare for training.</p>
<h3>Solution:</h3>
<p>The  solution was to create a simple desktop application that helps the user create their Outlook signature.  The basic template for the signature would originate from a central location so that updates would be easy.  The email signature also contains a header that is placed at the top of the email.</p>
<h3>Result:</h3>
<p><a href="http://www.databatrix.com/wp-content/uploads/2009/08/OutlookSignature1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OutlookSignature1" src="http://www.databatrix.com/wp-content/uploads/2009/08/OutlookSignature1_thumb.png" border="0" alt="OutlookSignature1" width="260" height="188" /></a>Fig. 1</p>
<p><a href="http://www.databatrix.com/wp-content/uploads/2009/08/OutlookSignature2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OutlookSignature2" src="http://www.databatrix.com/wp-content/uploads/2009/08/OutlookSignature2_thumb.png" border="0" alt="OutlookSignature2" width="260" height="149" /></a>Fig. 2 </p>
<p>I created a simple desktop application that allows the user to enter their specific signature details (Fig. 1).  When you hit the &#8220;Create Signature&#8221; several things happen.  First the email template is downloaded from a specified FTP site.  I choose FTP so that the application would work when the user was at home connected to the Internet.  Next the program inserts all of your specific info the template.  Then it saves the signature files in the appropriate folders where signature and theme files are kept.  Yes, THEME files too!  Since my company wanted a header image at the top, I had to use a theme for the template.  If I had kept everything as a signature it would always insert 3 lines at the top (that you would have to delete for every email) and spell check would not work (since Outlook does not spell check your signature).  The final step the program does is set Outlook to use the new theme for new emails and the signature for all forwards and replies.  Why not have the theme set for all emails and not even use a signature?  Outlook only uses the theme for new emails&#8230;not sure why, but that&#8217;s the way it is (or was at the time).  The program can be ran multiple times incase updates need to be made to the signature.  (For example, we did a Happy Holidays theme that we ran for a few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.databatrix.com/2009/08/outlook-signature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

