According to the feature matrix comparing Outlook Web Access to Outlook on Microsoft's site, Outlook Web Access is a built-in component of Exchange Server 2007. It offers most email, some calender, some productivity, and some of the other functionality of Outlook 2007 paired with Exchange. Perhaps that's the first place to look, as it already integrates with Exchange and all.
You'll need far more for this sort of thing than just a template system or web framework. You'll also need at least:
- DBI and a suitable DBD for your SQL database
- Net::LDAP for access to ActiveDirectory (which would also be handy if you were making your own phone book/address book app)
- some connector to Exchange if you want the calendering to mate with that
- an RSS reading and perhaps aggregation module
You'll also need some other parts (some of which will be provided by some web frameworks) if you don't tie directly into Exchange's data for these parts:
- Date or Time modules for separate calender functionality
- some way to manage user accounts (creation, deletion, authentication, editing)
- some way to manage the sessions of the logged-in users
- an interface to get your address book data into and out of an SQL database or an LDAP directory
There are parts of this intranet of yours out there, but you'd have to piece them together. Getting them to work in an integrated way could be a hassle. Consider what Microsoft offers already made since you're tied to the Windows/IIS/Exchange platform.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.