|
||||||
|
|
Screen ShotsThese screen shots are from the sample applications included with the product. All samples include complete source code. Example Email Checker Windows ApplicationFigure 1 shows an example email checker Windows application that uses asynchronous calls and event notification. It demonstrates performing various types of checks on email addresses. Complete source code in VB.NET and C# is included.
Figure 1 Example Email Checker Windows Application Example Email Checker Web ApplicationThe email checker Web application, in Figure 2, is an ASP.NET Web application that uses email checker synchronous calls to perform various email address checks. The email checker client code runs on the Web server, not the client.
Figure 2 Example Email Checker Web Application Example Email Checker Web ServiceThe email checker Web Service, in Figure 3, is an ASP.NET Web service that uses email checker synchronous calls to perform various email address checks. The email checker client code runs on the Web server, not the client.
Figure 3 Example Email Checker Web Service |
|||||
|
||||||