Valhalla Legends Forums Archive | General Programming | Scripting & MS Exchange stuff

AuthorMessageTime
KrAzY_NuK
I need to do 2 tasks:
1. Find the size of a Public Folder (including all sub-folders).
2. Find the size of each individual users personal mailbox.

we are running Exchange 2000 on a Windows 2000 machine.  Has anyone ever come across any way to do this?  I've been looking all afternoon with not much help at all.

Thanks...
April 18, 2005, 8:17 PM
Myndfyr
I googled "Exchange scripting size folder" and came up with this:

[url]http://www.outlookexchange.com/articles/glenscales/mreport1.asp[/url]

You can also look through the Exchange SDK:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/wss_references_contentclasses.asp[/url] (schema)
and write a Windows Script Host script to traverse through the folder object given by the public folder.  I found relavent information in the subtopic urn:content-classes:folder.

Alternatively you can use the Exchange COM class CDO.Folder or the COM interface IPublicStoreDB.

Not ever having used Exchange I hope this helps you out.
April 18, 2005, 11:57 PM

Search