开发者

Random signature in Outlook (2010)

I'm currently using Microsoft's Office Outlook 2010 as an email client, and I would like to have a random signature. I know there are some third part softwares which can do it, but my client is in a closed environment and I can't use them.

I know it can be done with a simple VB Macro, however I don't know how to write it (not a VB scripter [luckily]), nor what functions to use. I just need a simple macro to place a random l开发者_如何学Pythonine (I can find a way to look from a file later, but currently I need something to display a random signature, or even a macro just to write to a signature).

I'd appreciate any help in the issue, even to refer me to some helpful guiding links.

Sincerely. Me. :)


All you need to do is handle the Application_ItemSend event.

Put a distinctive string into your signature such as RANDOM_GOES_HERE, then in your ItemSend event you can use the HTMLBody and TextBody properties, along with search/replace, to replace the string RANDOM_GOES_HERE with a random piece of text.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜