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

Thanks

Re: Entourage by Paul

Paul
Wed Aug 04 15:52:06 CDT 2004

On 8/4/04 1:08 PM, in article 01dd01c47a5e$ce31c820$a501280a@phx.gbl,
"ItJamie" <anonymous@discussions.microsoft.com> wrote:

> 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.


Re: Entourage by james

james
Thu Aug 05 07:36:47 CDT 2004

Paul Berkowitz <berkowit@spoof_silcom.com> wrote in message news:<BD369A86.6E7A0%berkowit@spoof_silcom.com>...
> On 8/4/04 1:08 PM, in article 01dd01c47a5e$ce31c820$a501280a@phx.gbl,
> "ItJamie" <anonymous@discussions.microsoft.com> wrote:
>
> > 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.

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

Re: Entourage by Paul

Paul
Fri Aug 06 01:06:57 CDT 2004

On 8/5/04 5:36 AM, in article
e303cc01.0408050436.5a3a3e3d@posting.google.com, "ItJamie"
<james.jusbasic@gmail.com> wrote:

> Paul Berkowitz <berkowit@spoof_silcom.com> wrote in message
> news:<BD369A86.6E7A0%berkowit@spoof_silcom.com>...
>> On 8/4/04 1:08 PM, in article 01dd01c47a5e$ce31c820$a501280a@phx.gbl,
>> "ItJamie" <anonymous@discussions.microsoft.com> wrote:
>>
>>> 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.
>>

>
> 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.