没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > outlookhooker |
outlookhooker
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
OutlookHooker is a simple windows cli application that simply hooks your Outlook and waits for events happening like ItemSend which happens e.g. when you send an email or submit a formular. It allows you to write scripts where you can use variables associated to that event which could be subject, body, cc, bcc, etc...the scripting language used for that is lua.
The application is written in C#, uses luainterface to interact with lua to add the ability to run scripts at runtime, uses libcurl.net to offer methods for reliable get and post requests, mysql connector for .Net to interact with a mysql database and all basic methods/functions of the Lua standard library.
OutlookHooker is being developed on Windows Vista SP1 with Microsoft Visual C# 2008 Express Edition which means that I also run the .Net Framework 3.5.