Click here to Skip to main content
15,887,676 members
Articles / Programming Languages / C#

A C# Implementation of Mime De/encode

Rate me:
Please Sign up or sign in to vote.
4.00/5 (16 votes)
21 Aug 2005CPOL 150.9K   4.2K   38  
A C# implementation of Mime de/encode
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MIME", "MIME.csproj", "{634B0667-4C7D-4E0A-BA15-FEAD9DA0F44A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{634B0667-4C7D-4E0A-BA15-FEAD9DA0F44A}.Debug.ActiveCfg = Debug|.NET
		{634B0667-4C7D-4E0A-BA15-FEAD9DA0F44A}.Debug.Build.0 = Debug|.NET
		{634B0667-4C7D-4E0A-BA15-FEAD9DA0F44A}.Release.ActiveCfg = Release|.NET
		{634B0667-4C7D-4E0A-BA15-FEAD9DA0F44A}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
China China
I think I have to start coding my life now...Smile | :)

Comments and Discussions