<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
    <title>.net-Snippets.com (All Languages)</title>
    <link>http://www.dotnet-Snippets.com/dns/default.aspx</link>
    <description>New Snippets on .NET-Snippets.com</description>
    <language>en-us</language>
    <copyright>copyright by Jan Welker</copyright>
    <image>
      <url>http://dotnet-Snippets.com/dns/bilder/dotnet-snippets.com.gif</url>
      <title>.NET-Snippets.com</title>
    <link>http://www.dotnet-Snippets.com/dns/default.aspx</link>
    </image>
    <item>
    <pubDate>Wed, 18 Apr 2012 06:56:45 GMT</pubDate>
      <title>C#, Read Email Messages from Thunderbird Mail Storage Using Aspo</title>
        <description>This technical tip shows how to read messages from Thunderbird Mail Storage. First of all open the Thunderbird’s storage file in File Stream. After that create an instance of MboxrdStorageReader class and pass the above stream to its constructor. Then Call ReadNextMessage() to get the first message and use the same ReadNextMessage() in a while loop to read all the messages. In the end close all the streams
	    </description>      <link>http://www.dotnet-Snippets.com/dns/read-email-messages-from-thunderbird-mail-storage-using-aspo-SID629.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/read-email-messages-from-thunderbird-mail-storage-using-aspo-SID629.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 20 Feb 2012 08:36:14 GMT</pubDate>
      <title>C#, Access &amp; Read Email Messages from MS SharePoint Document Lib</title>
        <description>This technical tip shows how to read email messages from Microsoft SharePoint document library. For accessing the files from SharePoint document library, SharePoint SDK must be installed on the system, which provides the necessary API for logging in and accessing files from the document library. 
In the below code snippet, we will assume that an Outlook Message file (.msg) is already stored in the SharedDocument folder of SharePoint Document Library. We will utilize SharePoint SDK to get the message file in a stream and pass this stream to an instance of Aspose.Email&apos;s MailMessage class. MailMessage class will load the stream and parse the Outlook Message file. After that you can easily access the properties of MailMessage class e.g. Subject , TextBody , HtmlBody| etc and utilize that information in your Visual Studio project.

	    </description>      <link>http://www.dotnet-Snippets.com/dns/access--read-email-messages-from-ms-sharepoint-document-lib-SID628.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/access--read-email-messages-from-ms-sharepoint-document-lib-SID628.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 20 Feb 2012 08:35:54 GMT</pubDate>
      <title>C#, Access &amp; Read Email Messages from MS SharePoint Document Lib</title>
        <description>This technical tip shows how to read email messages from Microsoft SharePoint document library. For accessing the files from SharePoint document library, SharePoint SDK must be installed on the system, which provides the necessary API for logging in and accessing files from the document library. 
In the below code snippet, we will assume that an Outlook Message file (.msg) is already stored in the SharedDocument folder of SharePoint Document Library. We will utilize SharePoint SDK to get the message file in a stream and pass this stream to an instance of Aspose.Email&apos;s MailMessage class. MailMessage class will load the stream and parse the Outlook Message file. After that you can easily access the properties of MailMessage class e.g. Subject , TextBody , HtmlBody| etc and utilize that information in your Visual Studio project.

	    </description>      <link>http://www.dotnet-Snippets.com/dns/access--read-email-messages-from-ms-sharepoint-document-lib-SID627.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/access--read-email-messages-from-ms-sharepoint-document-lib-SID627.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 29 Dec 2011 11:26:19 GMT</pubDate>
      <title>C#, Create &amp; Download Email Messages from Public Folders of Exch</title>
        <description>This technical tip shows how to download Messages from Public Folders of Exchange Server. Microsoft Exchange Server provides the facility to create public folders and post messages in it. You can use ExchangeWebServiceClient class of Aspose.Email  to connect to the Exchange Server and read/download messages and posts from Exchange public folders. Below is the sample source code to read all public folders/sub-folders and list/download messages inside these folders. This example will only work with MS Exchange Server 2007 or above due to EWS support.

To Test the code Download the following component: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx 

- More Technical Tips by Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/knowledge-base.html 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID626.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID626.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 29 Dec 2011 11:26:13 GMT</pubDate>
      <title>C#, Create &amp; Download Email Messages from Public Folders of Exch</title>
        <description>This technical tip shows how to download Messages from Public Folders of Exchange Server. Microsoft Exchange Server provides the facility to create public folders and post messages in it. You can use ExchangeWebServiceClient class of Aspose.Email  to connect to the Exchange Server and read/download messages and posts from Exchange public folders. Below is the sample source code to read all public folders/sub-folders and list/download messages inside these folders. This example will only work with MS Exchange Server 2007 or above due to EWS support.

To Test the code Download the following component: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx 

- More Technical Tips by Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/knowledge-base.html 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID625.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID625.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 29 Dec 2011 10:52:18 GMT</pubDate>
      <title>C#, Create &amp; Download Email Messages from Public Folders of Exch</title>
        <description>This technical tip shows how to download Messages from Public Folders of Exchange Server. Microsoft Exchange Server provides the facility to create public folders and post messages in it. You can use ExchangeWebServiceClient class of Aspose.Email  to connect to the Exchange Server and read/download messages and posts from Exchange public folders. Below is the sample source code to read all public folders/sub-folders and list/download messages inside these folders. This example will only work with MS Exchange Server 2007 or above due to EWS support.

To Test the code Download the following component: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx 

- More Technical Tips by Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/knowledge-base.html 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID624.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID624.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 29 Dec 2011 10:47:43 GMT</pubDate>
      <title>C#, Create &amp; Download Email Messages from Public Folders of Exch</title>
        <description>This technical tip shows how to download Messages from Public Folders of Exchange Server. Microsoft Exchange Server provides the facility to create public folders and post messages in it. You can use ExchangeWebServiceClient class of Aspose.Email  to connect to the Exchange Server and read/download messages and posts from Exchange public folders. Below is the sample source code to read all public folders/sub-folders and list/download messages inside these folders. This example will only work with MS Exchange Server 2007 or above due to EWS support.

To Test the code Download the following component: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx 

- More Technical Tips by Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/knowledge-base.html 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID623.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID623.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 29 Dec 2011 10:47:21 GMT</pubDate>
      <title>C#, Create &amp; Download Email Messages from Public Folders of Exch</title>
        <description>This technical tip shows how to download Messages from Public Folders of Exchange Server. Microsoft Exchange Server provides the facility to create public folders and post messages in it. You can use ExchangeWebServiceClient class of Aspose.Email  to connect to the Exchange Server and read/download messages and posts from Exchange public folders. Below is the sample source code to read all public folders/sub-folders and list/download messages inside these folders. This example will only work with MS Exchange Server 2007 or above due to EWS support.

To Test the code Download the following component: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx 

- More Technical Tips by Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/knowledge-base.html 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID622.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create--download-email-messages-from-public-folders-of-exch-SID622.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 22 Dec 2011 19:20:43 GMT</pubDate>
      <title>C#, Percentage</title>
        <description>Returns a percent value of a number out of a given maximum.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/percentage-SID621.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/percentage-SID621.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 22 Dec 2011 19:13:30 GMT</pubDate>
      <title>C#, Recursive Euclidean Algorithm (for GCD)</title>
        <description>A recursive algorithm used to find the GCD of two numbers.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/recursive-euclidean-algorithm-for-gcd-SID620.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/recursive-euclidean-algorithm-for-gcd-SID620.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 24 Nov 2011 07:42:07 GMT</pubDate>
      <title>C#, Extract Text From a Specific Part of the Image Using Aspose.</title>
        <description>This technical tip shows how to Extract Text from Specific Part of the Image. Aspose.OCR for .NET provides OcrEngine class to extract text from a specific part of the image document. The OcrEngine class requires following three items for character recognition:
 
1.	Source Image
2.	Language
3.	Resource file

Steps to Extract Text from a Specific Recognition Block
 
Below are the steps to perform OCR on image using OcrEngine class of Aspose.OCR for .NET component.
 
1.	Create an instance of OcrEngine and initialize using default constructor.
2.	Set the image file using OcrEngine.Image property on which OCR is to be performed.
3.	Add language(s) using OcrEngine.Languages.AddLanguage() method.
4.	Set start point, width and height of the recognition block using RecognitionBlock.FromRectangle method.
5.	Set the resource file using OcrEngine.Resource property.
6.	Call OcrEngine.Process() method to perform OCR on the whole image.
7.	If OcrEngine.Process() returns true, then get the recognized text with IRecognitionBlock.Text property.

More about Aspose.OCR for .NET
 
- Homepage of Aspose.OCR for .NET:  http://www.aspose.com/categories/.net-components/aspose.ocr-for-.net/default.aspx 

	    </description>      <link>http://www.dotnet-Snippets.com/dns/extract-text-from-a-specific-part-of-the-image-using-aspose-SID619.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/extract-text-from-a-specific-part-of-the-image-using-aspose-SID619.aspx</guid>
   </item>
    <item>
    <pubDate>Fri, 19 Aug 2011 14:21:48 GMT</pubDate>
      <title>C#, Create DataSet from Generic List</title>
        <description>Need a dataset from a generic list of a typeset object?
	    </description>      <link>http://www.dotnet-Snippets.com/dns/create-dataset-from-generic-list-SID618.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/create-dataset-from-generic-list-SID618.aspx</guid>
   </item>
    <item>
    <pubDate>Fri, 06 May 2011 14:39:27 GMT</pubDate>
      <title>VB.NET, Apend Text to a Richtextbox</title>
        <description>5 times overloded Method to add a String to a Richtext box.

Syntax: 
AppendText(Text,[Fcolor],[Bcolor],[bold])

Text    =  Text to add  as String
Fcolor  =  Forground Color As System.Color
Bcolor  =  Background Color as System.Color
bold    =  set to boolean true for a bold font style
	    </description>      <link>http://www.dotnet-Snippets.com/dns/apend-text-to-a-richtextbox-SID617.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/apend-text-to-a-richtextbox-SID617.aspx</guid>
   </item>
    <item>
    <pubDate>Fri, 11 Mar 2011 04:34:50 GMT</pubDate>
      <title>C#, SHA512 Hashfunktion</title>
        <description>Eine kryptologische Hashfunktion ist eine spezielle Form der Hashfunktion, welche die besondere Eigenschaft einer Einwegfunktion besitzt.

http://de.wikipedia.org/wiki/Kryptologische_Hashfunktion
	    </description>      <link>http://www.dotnet-Snippets.com/dns/sha512-hashfunktion-SID616.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/sha512-hashfunktion-SID616.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 21 Sep 2010 15:18:36 GMT</pubDate>
      <title>VB.NET, Property With Region</title>
        <description>Creates a VB.net Property with Region
	    </description>      <link>http://www.dotnet-Snippets.com/dns/property-with-region-SID615.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/property-with-region-SID615.aspx</guid>
   </item>
    <item>
    <pubDate>Thu, 17 Dec 2009 06:48:28 GMT</pubDate>
      <title>C#, Pay Pal IPN</title>
        <description>A complete paypal IPN system in ASP.NET. A readme file for testing on sandbox. 
Download more codes at http://www25.brinkster.com/vipinsharma/pages/downloads.asp
	    </description>      <link>http://www.dotnet-Snippets.com/dns/pay-pal-ipn-SID614.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/pay-pal-ipn-SID614.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 13 Oct 2009 21:46:05 GMT</pubDate>
      <title>C#, Euclidean Algorithm for GCD</title>
        <description>Implementation of the Euclidean Algorithm for finding the Greatest Common Denominator between 2 integers.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/euclidean-algorithm-for-gcd-SID613.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/euclidean-algorithm-for-gcd-SID613.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 14 Feb 2009 10:23:45 GMT</pubDate>
      <title>C#, Compress and Decompress Strings</title>
        <description>With this class you can compress and decompress Strings.

This snippet is a reworked version of this code: http://www.csharphelp.com/archives4/archive689.html from Mads Kristensen.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/compress-and-decompress-strings-SID612.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/compress-and-decompress-strings-SID612.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 14 Feb 2009 10:20:01 GMT</pubDate>
      <title>C#, Get all Outlook Contacts</title>
        <description>This function allows you, to read out all saved contacts from Microsoft Outlook. To run this console application, you have to add two references to your project:

- right click to your project
- select  the com tab
- add Microsoft Office 12.0 Object Library and  Microsoft Outlook 12.0 Object Library

If you use Outlook 2003 choose version 11.

	    </description>      <link>http://www.dotnet-Snippets.com/dns/get-all-outlook-contacts-SID611.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/get-all-outlook-contacts-SID611.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 03 Nov 2008 16:05:41 GMT</pubDate>
      <title>C#, How to get properties from a local network cards</title>
        <description>How to get properties from a local network cards
	    </description>      <link>http://www.dotnet-Snippets.com/dns/how-to-get-properties-from-a-local-network-cards-SID610.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/how-to-get-properties-from-a-local-network-cards-SID610.aspx</guid>
   </item>
 </channel>
</rss>
