1

我在 Outlook 中使用了一个加载项,该加载项依靠拖放将 Outlook 文件自动保存到文件中。问题是默认行为是使用电子邮件的主题行作为文件名,而具有极长主题行的电子邮件会发送错误,因为 250 个字符中没有足够的空间来存储所有内容以及路径的其余部分。

我想将 Outlook 的拖放更改为资源管理器,以便将默认文件名保留到主题行剪切为 100 个字符。关于我在哪里做这件事的任何指示?

4

1 回答 1

0

Ok I think you have a couple of ways to do this.

  1. run you own pane in outlook and on the drop and look at the selection and do a saveAs on each item.

  2. use some winapi to intercept the save ans change the name(i am not sure if this is possible)

于 2009-05-21T23:01:49.587 回答