Share via


Exercise 2: Verification

In this verification, you will run the HRClient application to verify that it sends the hire notification email.

  1. Right-click the HRClient project, and select Set as StartUp Project.
  2. Make sure that the service is already launched in the ASP.NET Development server and press F5 to Debug the solution.
  3. Click Submit to send the job application, you should see a thank you message as you did before.
  4. Look in the C:\Mailbox folder. You should see an email message. If you have Outlook or Windows Live Mail client you can open it.

    Figure 29

    Open the message with Outlook or Windows Live Mail

  5. Open the message. The candidate will not be hired because the Hire variable defaults to False.

    Figure 30

    The notification email

Next Step

Exercise 3: Applicant Screening