Mailbox creation date
Hi
Is is possible to find out when a Mailbox was created?
I have users which see any emails past last year and I need to know when this mailbox was created.
This is for a Public folder mailbox.
Thanks, MaelitoMaelito
January 11th, 2010 8:25pm
Mailbox creation time is not stored in the AD. So you can't see this with the ADSI Editor. To query mailbox creation time you need to query the MAPI properties of the Mailbox. You can do this with the the PFDAVAdmin tool:
Right-click the Public Folder.Select Property EditorBrowse for PR_CREATION_TIME : 0x30070040Execute
This essentially displays the creation time. However, if the mailbox was moved, this time will not reflect the original creation time but rather the last mailbox move. This is because a mailbox move essentially creates a new mailbox. There is a method to get the original mailbox timestamp by looking at PR_NTSDModificationTime property the root of the IPM_Subtree in your mailbox
Exchange: Query Mailbox Creation Timestamphttp://www.iterasi.net/openviewer.aspx?sqrlitid=paoikd9yeesvreov_hvjkw
Microsoft Exchange Server Public Folder DAV-based Administration Toolhttp://technet.microsoft.com/en-us/library/bb508858%28EXCHG.65%29.aspx
Download Microsoft Exchange Server Public Folder DAV-based Administration Toolhttp://www.microsoft.com/downloads/details.aspx?FamilyId=635BE792-D8AD-49E3-ADA4-E2422C0AB424&displaylang=en
DO READ THIS:PFDAVADMIN, Exchange 2007, and the v1.1 .NET Frameworkhttp://mostlyexchange.blogspot.com/2008/01/pfdavadmin-exchange-2007-and-v11-net.html
MCTS: Messaging | MCSE: S+M | Small Business Specialist
Free Windows Admin Tool Kit Click here and download it now
January 11th, 2010 9:17pm
Mailbox creation date (Similar case)James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
January 12th, 2010 6:13am