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.
您好,我正在编写一个 Outlook 2010 插件,基本上我需要操纵 OL 检查器中显示的附件的大小,其中列出了附件,或者只是不显示大小。
您基本上会在附件列表中看到类似:filename.ext (5 KB)、textfile.txt (1 M)
附件方法是 ATTACH_BY_VALUE,所以我知道大小来自 PR_ATTACH_SIZE,这是基于 PR_ATTACH_DATA_BIN 内容的计算属性。
所以你认为有办法隐藏(5 KB)文本或用其他值替换它吗?
不,除非您直接修改显示文件名的 RTF 控件,否则您不能这样做。