|
|
|||
| Code Essentials Printer Friendly Version | |||
|
|
Beginner’s section on how to work in the VBA environment, how to work with functions and expressions – generally not specific to Outlook | ||
| Topic | |||
|
|
How to convert a incoming email charset and auto forward out
Hi All, i am new from outlook programming, is there any idea to use outlook's Rule function to run a script, which the script will auto convert the incoming email's charset and auto forward out? Thank you for your help~~~ Kenwood Lui 19-Nov-2009 04:46 |
||
|
|
Eugene Astafiev
20-Nov-2009 06:33
Hello Kenwood, In the Tools menu select the Rules and Alerts... menu item. Press the New Rule at the upper left corner of the form. The select the "Check messages when they arrive" and click the Next button. Then select the required rules (for example, "where my name is in the To box") and click Next. Find the "run a script" and select it. After that you will be able to select a script engine. |
||
|
|
Kenwood Lui
20-Nov-2009 22:37
Hi Eugene, Thanks for your quick response. Yes, my idea is use that method to run a script to convert the email's charset, but i don't know how to write that script..>< is there any idea on that?? Thank you~~ |
||
|
|
Eugene Astafiev
25-Nov-2009 17:33
Hi Kenwood, Please have a look at the following manual at http://msdn.microsoft.com/en-us/library/aa218785%28office.11%29.aspx. You just need to create a macro in the ThisOutlookSession module. |
||
|
|
|||
