There's the System.Net.Security - Namespace in the System.dll of the .Net Framework it contains a class called sslStream. i think to use it you'll have to reference also the System.Security.dll for initializing the stream. here's a little example of how to use it http://msdn2.microsoft.com/en-us/library/system.net.security.sslstream.aspx[^] greets m@u
What does the attach string contain? If you just ripped it from the mail, you have to remove the line breaks from it, so that it only contains the base64 data.
--- single minded; short sighted; long gone;
Eddymvp wrote:
Is this possible to do?
Yes. See the Thread class and examples of Thread.Start(). Marc
Thyme In The Country
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith