Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 c# 程序更改 Outlook 中子文件夹的位置。以免说我的收件箱中有 3 个子文件夹,a,b,c .. 我想安排子文件夹的结构,例如,
收件箱-> b、a、c。
请分享我的代码脚本。
你不能这样做。非默认文件夹始终按字母顺序显示。
您不能使用 NavigationFolder.Position 重新排列文件夹吗?