I use the VBA Outlook ".Folders.Add" method to create new folders before moving old mail to them.
Example:
Set objArcFolder = myNS.Folders(strArc).Folders.Add(strYr)
Is there a way that I can set the properties on the general tab progamatically to set the "show total number of items" option at creation?
Thanks
Example:
Set objArcFolder = myNS.Folders(strArc).Folders.Add(strYr)
Is there a way that I can set the properties on the general tab progamatically to set the "show total number of items" option at creation?
Thanks