Entourage

P

Paul Berkowitz

Can anyone tell me how to check the email folder size?

Do you really mean "folder"? Or do you want to know the full usage of an
IMAP server allocation - i.e. all the folders you have on it - Inbox, Sent
Items, etc. If that's what you want, my "Server Usage X" script from

MacScripter.net <http://macscripter.net/scriptbuilders/>

will do it. If you really only want to know a folder, you could edit that
script to remove the repeat loop,

set theFolder to displayed feature of main window

and get just the accumulated message sizes for that one folder selected in
the main window, although I'm not sure how useful that might be.

--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.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 Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
I

ItJamie

Paul Berkowitz said:
Do you really mean "folder"? Or do you want to know the full usage of an
IMAP server allocation - i.e. all the folders you have on it - Inbox, Sent
Items, etc. If that's what you want, my "Server Usage X" script from

MacScripter.net <http://macscripter.net/scriptbuilders/>

will do it. If you really only want to know a folder, you could edit that
script to remove the repeat loop,

set theFolder to displayed feature of main window

and get just the accumulated message sizes for that one folder selected in
the main window, although I'm not sure how useful that might be.

--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.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 Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.

Sorry I'm working with users who are using Entourage 2004 and are near
there email limit.
 
P

Paul Berkowitz

Sorry I'm working with users who are using Entourage 2004 and are near
there email limit.

Then what you want is my script, as I thought. You don't care about
individual Entourage folders, you care about their total mailbox limit. Get
my Server Usage X script.


--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.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 Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
Top