c# - Compressing an Outlook PST programmatically -


this article resource can find says api compressing pst file not exposed. can verify or provide information otherwise?

thanks

my understanding link posted correct. there no api compacting pst.

depending on how many items in pst have, 1 option may create new pst , move items over, delete old pst. granted, that's not elegant solution means, it's option.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -