PoshCode Logo PowerShell Code Repository

ASPX Mailbox (5 of 6) (modification of post by view diff)
embed code: <script type="text/javascript" src="http://PoshCode.org/embed/509"></script>download | new post

This is part 5 of a 6 part mailbox creation web site.
This site allows local administrators to create and delete mailboxes, and change email addresses. Save this as MailboxTaskResults.aspx

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MailboxTaskResults.aspx.cs" Inherits="MailboxTaskResults" %>
  2. <%@ Reference Page="~/MailboxConfirm.aspx" %>
  3. <%@ PreviousPageType VirtualPath="~/MailboxConfirm.aspx" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head id="Head1" runat="server">
  7.     <title> Domain Mailbox Task Results</title>
  8. </head>
  9. <body>
  10. <form id="frmMailboxTaskResults" runat="server"></form>
  11. </body>
  12. </html>

Submit a correction or amendment below (
click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:


Remember me