开发者

Outlook Signature folder in Windows OS

I have been working on an application which integrate with VSTO components in order to leverage MS Office including Outlook. In this, I have a method which read the all defined outlook signature and import it into our application. All wor开发者_Python百科ks well and I am accessing the signature location using the following logic.

Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),@"Microsoft\Signatures");

The above code works fine with English version of Windows (en-us,en-gb etc).

Does someone have exposure towards Microsoft OS installed using German language or any other? If so, how do I generalize or customize logic which does the aforementioned?


There is no "special folder" api for outlook folders. Your only choice is to translate it to each language you want to support.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜