Revision history of "CSharp Sending SMS via SMTP"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 15:53, 11 May 2007Administrator (Talk | contribs). . (New page: <source lang="csharp"> using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Net; namespace ConsoleApplication1 { class Program { ...)