Follow us on Twitter
Follow us on YouTube
Would you like to suggest a topic for the Exchange team to blog about? Send suggestions to us.
I love using my Pocket PC with its wireless LAN card to read my work e-mail at meetings. But, for various reasons, I don't use Pocket Inbox. Instead, I use Outlook Mobile Access and Outlook Web Access. And, instead of making a Favorites link, I created my own Pocket Internet Explorer start page. This way, I can access all my favorite links (not just Outlook Mobile Access and Outlook Web Access) when I open Internet Explorer. Here's how I did it.
<HTML> <HEAD><TITLE>My Personal Home Page</TITLE></HEAD> <BODY> <H3>My Personal Home Page</H3> <HR> <B>E-mail</B> <BR><BR> <a href="https://mail.example.com/oma">Outlook Mobile Access</a> <BR> <a href="https://mail.example.com/exchange/username/inbox?cmd=contents">Outlook Web Access</a> <BR> <a href="http://mobile.msn.com/pocketpc">MSN Mobile</a> <BR> <a href="http://wap.oa.yahoo.com/">Yahoo Mobile</a> <BR> <HR> <BR> <B>Other Links</B> <BR> <a href="http://seattletimes.nwsource.com/text/">Seattle Times</a> <BR> <a href="http://news.google.com/news/gnmainlite.html">Google News</a> <BR> </BODY> </HTML>
Cathy Anderson