G
Guest
Hi,
I cannot sort items in my folder for more fields ?!?
Why ?
Set MyArchivio =
Application.GetNamespace("MAPI").Folders("CartellePubbliche").Folders("Tutte
le cartelle pubbliche")..Folders("Societa")
set MyItems=MyArchivio.Items
MyItems.Sort "NumeroOrdine"
MyItems.Sort "AnnoOrdine"
When i read Myitems with for Each the elements isn't ordered.
Thanks
I cannot sort items in my folder for more fields ?!?
Why ?
Set MyArchivio =
Application.GetNamespace("MAPI").Folders("CartellePubbliche").Folders("Tutte
le cartelle pubbliche")..Folders("Societa")
set MyItems=MyArchivio.Items
MyItems.Sort "NumeroOrdine"
MyItems.Sort "AnnoOrdine"
When i read Myitems with for Each the elements isn't ordered.
Thanks