I'd like the Exchange Server Inbox to be the default view when I
launch Entourage since I don't use the 'local' Inbox. Is there a way
to do that?

Re: Exchange Server Inbox as default View by Paul

Paul
Sun Feb 15 20:33:07 CST 2004

> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3159714788_26542417
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit

On 2/13/04 12:31 PM, in article
58b862fc.0402131231.3a637f2c@posting.google.com, "JoanGFerguson"
<joanf@kjaonline.com> wrote:

> I'd like the Exchange Server Inbox to be the default view when I
> launch Entourage since I don't use the 'local' Inbox. Is there a way
> to do that?

When you launch Entourage, the view that was open when you last quit it will
be the view you see on launch. If you never use the local Inbox, my guess is
that you must be closing the main window before quitting Entourage - in that
case it will open to "On My Computer" with the folder hierarchy also in the
main window. If that's what's happening, the solution is simple - just don't
close the main window before quitting (or ever).

I can't see any way it would open to the local Inbox itself if you never go
there. Do you quit Entourage with some non-mail view open - maybe Calendar
or Address Book? Even then, I don't think that your first return to Mail
view after launching in Calendar or Address Book would be local Inbox, but I
might be wrong. (I can't check this moment.) But if that's really the case,
just return to the Exchange Inbox before quitting Entourage.

However, here's what you're really looking for. Saving this script as a
Script called "Open Exchange Inbox" (or anything) in the Entourage Script
Menu Items folder in Microsoft User Data folder, and then setting up a
Schedule in Tools/Schedules to Run AppleScript (this script) At Startup,
will open to your Exchange account's Inbox no matter where you quit
Entourage from the last time:

tell application "Microsoft Entourage"
set exchangeName to name of Exchange account 1
set displayed area of main window to mail area
set displayed feature of main window to IMAP inbox folder of IMAP
account exchangeName
end tell


--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/toc.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Entourage you are using - 2001 or X.
It's often impossible to answer your questions otherwise.


--B_3159714788_26542417
Content-type: text/html;
charset="US-ASCII"
Content-transfer-encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: Exchange Server Inbox as default View</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:12.0px'>On 2/=
13/04 12:31 PM, in article 58b862fc.0402131231.3a637f2c@posting.google.com, =
&quot;JoanGFerguson&quot; &lt;joanf@kjaonline.com&gt; wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">&gt; I'd like the Exchange Server Inbox to be the def=
ault view when I<BR>
&gt; launch Entourage since I don't use the 'local' Inbox. Is there a way<B=
R>
&gt; to do that?<BR>
</FONT><BR>
When you launch Entourage, the view that was open when you last quit it wil=
l be the view you see on launch. If you never use the local Inbox, my guess =
is that you must be closing the main window before quitting Entourage - in t=
hat case it will open to &quot;On My Computer&quot; &nbsp;with the folder hi=
erarchy also in the main window. If that's what's happening, the solution is=
simple - just don't close the main window before quitting (or ever).<BR>
<BR>
I can't see any way it would open to the local Inbox itself if you never go=
there. Do you quit Entourage with some non-mail view &nbsp;open - maybe Cal=
endar or Address Book? Even then, I don't think that your first return to Ma=
il view after launching in Calendar or Address Book would be local Inbox, bu=
t I might be wrong. (I can't check this moment.) But if that's really the ca=
se, just return to the Exchange Inbox before quitting Entourage.<BR>
<BR>
However, here's what you're really looking for. Saving this script as a Scr=
ipt called &quot;Open Exchange Inbox&quot; (or anything) in the Entourage Sc=
ript Menu Items folder in Microsoft User Data folder, and then setting up a =
Schedule in Tools/Schedules to Run AppleScript (this script) At Startup, wil=
l open to your Exchange account's Inbox no matter where you quit Entourage f=
rom the last time:<BR>
<BR>
<FONT COLOR=3D"#0000FF"><B>tell</B></FONT> <FONT COLOR=3D"#0000FF">application<=
/FONT> &quot;Microsoft Entourage&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF"><B>set</B></FONT> <FONT COLOR=
=3D"#408000">exchangeName</FONT> <FONT COLOR=3D"#0000FF"><B>to</B></FONT> <FONT =
COLOR=3D"#0000FF">name</FONT> <FONT COLOR=3D"#0000FF"><B>of</B></FONT> <FONT COL=
OR=3D"#0000FF">Exchange account</FONT> 1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF"><B>set</B></FONT> <FONT COLOR=
=3D"#0000FF">displayed area</FONT> <FONT COLOR=3D"#0000FF"><B>of</B></FONT> <FON=
T COLOR=3D"#0000FF">main window</FONT> <FONT COLOR=3D"#0000FF"><B>to</B></FONT> =
<FONT COLOR=3D"#0000FF">mail area<BR>
</FONT> &nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF"><B>set</B></FONT> <FONT COL=
OR=3D"#0000FF">displayed feature</FONT> <FONT COLOR=3D"#0000FF"><B>of</B></FONT>=
<FONT COLOR=3D"#0000FF">main window</FONT> <FONT COLOR=3D"#0000FF"><B>to</B></F=
ONT> <FONT COLOR=3D"#0000FF">IMAP inbox folder</FONT> <FONT COLOR=3D"#0000FF"><B=
>of</B></FONT> <FONT COLOR=3D"#0000FF">IMAP account</FONT> <FONT COLOR=3D"#40800=
0">exchangeName<BR>
</FONT><FONT COLOR=3D"#0000FF"><B>end</B></FONT> <FONT COLOR=3D"#0000FF"><B>tel=
l<BR>
</B></FONT><BR>
<BR>
-- <BR>
Paul Berkowitz<BR>
MVP Entourage<BR>
Entourage FAQ Page: <a href=3D"http://www.entourage.mvps.org/toc.html">&lt;ht=
tp://www.entourage.mvps.org/toc.html&gt;</a><BR>
AppleScripts for Entourage: <a href=3D"http://macscripter.net/scriptbuilders/=
">&lt;http://macscripter.net/scriptbuilders/&gt;</a> <BR>
<BR>
Please &quot;Reply To Newsgroup&quot; to reply to this message. Emails will=
be ignored.<BR>
<BR>
PLEASE always state which version of Entourage you are using - 2001 or X. I=
t's often impossible to answer your questions otherwise.<BR>
</SPAN></FONT>
</BODY>
</HTML>


--B_3159714788_26542417--


Re: Exchange Server Inbox as default View by joanf

joanf
Mon Feb 16 09:26:14 CST 2004

AHA! See how simple that was. Thank you very much, sometimes one can't
see the forest for the trees.

Paul Berkowitz <berkowit@spoof silcom.com> wrote in message news:<BC556BE3.5716F%berkowit@spoof_silcom.com>...
> On 2/13/04 12:31 PM, in article
> 58b862fc.0402131231.3a637f2c@posting.google.com, "JoanGFerguson"
> <joanf@kjaonline.com> wrote:
>
> > I'd like the Exchange Server Inbox to be the default view when I
> > launch Entourage since I don't use the 'local' Inbox. Is there a way
> > to do that?
>
> When you launch Entourage, the view that was open when you last quit it will
> be the view you see on launch. If you never use the local Inbox, my guess is
> that you must be closing the main window before quitting Entourage - in that
> case it will open to "On My Computer" with the folder hierarchy also in the
> main window. If that's what's happening, the solution is simple - just don't
> close the main window before quitting (or ever).
>
> I can't see any way it would open to the local Inbox itself if you never go
> there. Do you quit Entourage with some non-mail view open - maybe Calendar
> or Address Book? Even then, I don't think that your first return to Mail
> view after launching in Calendar or Address Book would be local Inbox, but I
> might be wrong. (I can't check this moment.) But if that's really the case,
> just return to the Exchange Inbox before quitting Entourage.
>
> However, here's what you're really looking for. Saving this script as a
> Script called "Open Exchange Inbox" (or anything) in the Entourage Script
> Menu Items folder in Microsoft User Data folder, and then setting up a
> Schedule in Tools/Schedules to Run AppleScript (this script) At Startup,
> will open to your Exchange account's Inbox no matter where you quit
> Entourage from the last time:
>
> tell application "Microsoft Entourage"
> set exchangeName to name of Exchange account 1
> set displayed area of main window to mail area
> set displayed feature of main window to IMAP inbox folder of IMAP
> account exchangeName
> end tell
>
>
> --
> Paul Berkowitz
> MVP Entourage
> Entourage FAQ Page: <http://www.entourage.mvps.org/toc.html>
> AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
>
> Please "Reply To Newsgroup" to reply to this message. Emails will be
> ignored.
>
> PLEASE always state which version of Entourage you are using - 2001 or X.
> It's often impossible to answer your questions otherwise.
>
>
> --