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 2007 中创建一个格式化签名的程序。
用户只需启动 Outlook。它将搜索有关用户的信息,然后将自动创建签名。用户不必打开任何菜单,程序将为他完成。
我想知道创建这种程序容易使用什么语言?
谢谢
我想说您不应该模拟点击,而应该只生成一个自动签名文件,然后用户可以加载该文件。
编辑:
Windows 签名的文件格式是.txt,.htm和.rtf. 所有这些都是非常有据可查的格式,应该很容易生成。它们应该保存在c:\Users\username\AppData\Roaming\Microsoft\Signatures. Outlook 以所有三种格式保存每个签名,大概是为了移植到其他应用程序和单个电子邮件设置(例如,如果用户使用HTML或不使用)。
.txt
.htm
.rtf
c:\Users\username\AppData\Roaming\Microsoft\Signatures
HTML