<?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: Setting Email Signatures From Your MDM Platform</title>
	<atom:link href="http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Fri, 11 May 2012 10:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Astur</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-17495</link>
		<dc:creator>Astur</dc:creator>
		<pubDate>Fri, 13 Aug 2010 11:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-17495</guid>
		<description>hi Andreas,

great Solution. How can you do it?</description>
		<content:encoded><![CDATA[<p>hi Andreas,</p>
<p>great Solution. How can you do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-15236</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-15236</guid>
		<description>It should be possible. I had a brief look at it last year, but most likely there&#039;s something buggy in my code because the line break wasn&#039;t escaped correctly so it didn&#039;t work as expected. I can try to take a look at it with fresh eyes, and see if I spot something obvious that would allow me to add multi-line support.</description>
		<content:encoded><![CDATA[<p>It should be possible. I had a brief look at it last year, but most likely there&#8217;s something buggy in my code because the line break wasn&#8217;t escaped correctly so it didn&#8217;t work as expected. I can try to take a look at it with fresh eyes, and see if I spot something obvious that would allow me to add multi-line support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nika Gerson Lohman</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-15078</link>
		<dc:creator>Nika Gerson Lohman</dc:creator>
		<pubDate>Fri, 09 Jul 2010 23:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-15078</guid>
		<description>Great tool, thanks! Would it be possible to add multi-line signature support to it?

Regards,
Nika.</description>
		<content:encoded><![CDATA[<p>Great tool, thanks! Would it be possible to add multi-line signature support to it?</p>
<p>Regards,<br />
Nika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SebastienG</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-9199</link>
		<dc:creator>SebastienG</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-9199</guid>
		<description>I&#039;m using your tool for the first time and it works great !!!!
It will help me to manage the signature on all my devices.

Thanks a lot Andreas to take some time in order to create this kind of application !</description>
		<content:encoded><![CDATA[<p>I&#8217;m using your tool for the first time and it works great !!!!<br />
It will help me to manage the signature on all my devices.</p>
<p>Thanks a lot Andreas to take some time in order to create this kind of application !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-4582</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-4582</guid>
		<description>I must admit I&#039;ve never had a version 2 of this utility in mind - I mean it has a very limited purpose :)

It would probably be possible to read from a text file. Would of course have to add some extra logic to handle whether the signature should be read from the registry key or the file though. The string can be a 16-bit string so it should be able to handle a large number of characters, but I do not know if the device will be limited to a lower number of characters.

That being said legal disclaimers are possibly better to enforce on the Exchange server as the signature implemented on the device can be modified by the user.

I&#039;ll add it to my to do list as I have a couple of other projects going too, so I can&#039;t make any promises and commit to a time frame :)</description>
		<content:encoded><![CDATA[<p>I must admit I&#8217;ve never had a version 2 of this utility in mind &#8211; I mean it has a very limited purpose <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It would probably be possible to read from a text file. Would of course have to add some extra logic to handle whether the signature should be read from the registry key or the file though. The string can be a 16-bit string so it should be able to handle a large number of characters, but I do not know if the device will be limited to a lower number of characters.</p>
<p>That being said legal disclaimers are possibly better to enforce on the Exchange server as the signature implemented on the device can be modified by the user.</p>
<p>I&#8217;ll add it to my to do list as I have a couple of other projects going too, so I can&#8217;t make any promises and commit to a time frame <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-4554</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Thu, 06 Aug 2009 00:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-4554</guid>
		<description>Many thanks for this. Looked for this everywhere and couldn&#039;t find it. Any chance you can do a version that reads the signature from a text file? The registry key limits the text to 256 chars and my legal disclaimer in the signature is much longer (roughly 540 chars). Thanks much.</description>
		<content:encoded><![CDATA[<p>Many thanks for this. Looked for this everywhere and couldn&#8217;t find it. Any chance you can do a version that reads the signature from a text file? The registry key limits the text to 256 chars and my legal disclaimer in the signature is much longer (roughly 540 chars). Thanks much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-956</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-956</guid>
		<description>Me too. I thought that surely someone on the internet must have already come up with something I can use, but sometimes you have do things yourself if you want it done :)</description>
		<content:encoded><![CDATA[<p>Me too. I thought that surely someone on the internet must have already come up with something I can use, but sometimes you have do things yourself if you want it done <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/comment-page-1/#comment-955</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=678#comment-955</guid>
		<description>Sweet! Nice one Andreas! I was looking at this a while ago!</description>
		<content:encoded><![CDATA[<p>Sweet! Nice one Andreas! I was looking at this a while ago!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

