12-06-2011 05:18 AM
In regard to MbxArchivingState in the ExchangeMailboxEntry table.
If it's set ot 0 = Not Enabled, does that mean that there is no archive associated with that account whatsoever?
Meaning, e.g. if someone set the account to "hidden", it's still not going to be set to 0 on the Archiving State?
What I need is basicly to determine if an account have any archive associated with it, whatever happend to that account over the years.
Solved! Go to Solution.
12-06-2011 05:29 AM
12-06-2011 05:29 AM
12-06-2011 05:45 AM
Ahh ok, the blog post I found state "Not Enabled" for 0 but New is probably the correct one :)
The Hidden flag was just an example of things that may happen to an account.
Hmm, maybe a select using the account to find if the defaultvaultid is null, if so take the display name and search the archive table for an archive matching the name.
Not a 100% (multiple users having the same name) but should be pretty close, I think.