Send Mail Sample

To get samples and instructions for installing them, see the following:

  • Click Samples on the Visual Studio Help menu.

    For more information, see Locating Sample Files.

  • The most recent versions and the complete list of samples are available on the Visual Studio 2008 Samples Web site.

  • You can also locate samples on your computer's hard disk. By default, samples and a Readme file are copied to a folder under \Program Files\Visual Studio 9\Samples\. For Visual Studio Express Editions, all samples are located on the Internet.

To run this sample

  1. Check the SmtpServer property setting. See "Requirements," in the following section, for more information.

  2. Press F5.

Requirements

  1. Internet Information Services (IIS) is required.

  2. SMTP Service must be installed and running. SMTP Service is an option installed with IIS.

  3. The SmtpServer property must be set to the IP address or server name where the SMTP Server is running. In most cases this is the "localhost" computer. Therefore, the SmtpServer property value can be either the friendly name, "localhost", or "127.0.0.1". The latter is the default for this application. To find the SMTP server name:

    1. Open the IIS snap-in (In Control Panel, open Administrative Tools, and then open Internet Information Services).

    2. Expand the Default SMTP Virtual Server node.

    3. Click Domains. In the right pane you will see a list of Domain Names. You may set the SmtpServer property to one of these names or its corresponding IP address.

  4. The Default SMTP Virtual Server must also be running. Be aware that it is possible for the SMTP Service to be running, but the Default SMTP Server in IIS to be stopped. There is a difference between the service itself and the actual server run by the service. If your Default SMTP Virtual Server is not running, a red X icon will be visible over its node in the IIS snap-in. To start the server, right-click its node and click Start.

  5. Set the relay restrictions:

    1. In IIS, right-click Default SMTP Virtual Server and select Properties.

    2. In the Properties dialog box click the Access tab.

    3. Click Relay.

    4. In the Relay Restrictions dialog box, select the box labeled All except the list below. The bottom check box can be selected or cleared.

Demonstrates

This application has a single form with controls similar to the Microsoft Outlook e-mail client. When the form loads, it checks to make sure that the user has the SMTP Service installed and that it is running.