NewsLetter001
http://www.learn-english-today.com/
Project management -
Iron out problems. – resolve issues.
Critical path/items.
Risk mitigation- what is your risk mitigation strategy
Backing
Back on track
Feasible
Hamper
Sponsor
Red tape
Second thoughts
Track record
Ups and downs
A special team was put together to discuss that.
This delay is a disaster.
If we follow this sequence of tasks as shown on the project plan, We will finish on schedule
Useful Phrases for email
1. Response for information
-
I am writing to inquire about…
-
I am writing in reference to …
-
I read/heard… about would like
to know…
-
Could you please send me…
2. responding for requests.
- Thank you for your interest/inquiry,
enclosed is the information you requested.
- you can learn more about this at …
- If you have further questions, don’t
hesitate to contact me.
- If I can be of more help, please feel
free to contact me at …
3. Sample sentences: Requests
- Could you please send me your most
recent brochure?
- Could you fax me the results of the market
survey?
- I would be very grateful if you could
send me this information
4. Sample Sentences: Introduction of
Product/Service
- I am writing to tell you about…
- I am writing to inform you that our new
product is coming out next month.
5. Sample Sentences: Reference
- I am writing in regard to …
- I am writing in reference to …
- I hope you have had a chance to look
over the materials we sent to you.
6. Sample Sentences: Confirmation
- I am writing to confirm …
- I would like to confirm what we
discussed last Friday…
- I would like to confirm the main points
we discussed…
7. Sample Sentences: Notification
- I am writing to let you know that…
- Please be aware/informed that…
- I would like to inform you of a recent
policy change. I am happy to inform you that…
- Your request for funding has been
approved.
Take care of the pence and the pounds will
take care of themselves.
NewsLetter001的更多相关文章
随机推荐
- 【系统】supervisor支持多进程
[program:deployworker] directory = /etc/ansible/easyAnsible/app/deploy/ command = python Deploy.py p ...
- Transform导入数据源TR1008错误
cognos在建设初期开发者们都常常遇到的一个问题,在这里做一下小小的总结. iqd作为Transform的数据源导入数据的时候遭遇TR1008错误 注意: 从报错的内容可以看出transform不能 ...
- linux安装scikit-learn
原文:http://www.cnblogs.com/cyttina/archive/2013/06/08/3127345.html ubuntu的看官方的文档就好了. http://scikit-le ...
- 项目加入 TFS报错
新建一个项目,然后在解决方案上右击,选择Add solution to source control的时候,总是失败,output窗口中出现的错误信息如下: An error was raised ...
- Windows 抓取本地环路包
1.cmd,ipconfig查看自己的ip地址. 2.执行命令:route add 10.36.65.89 mask 255.255.255.255 10.36.65.1 metric 1,其中10. ...
- hdu1027 Ignatius and the Princess II (全排列 & STL中的神器)
转载请注明出处:http://blog.csdn.net/u012860063 题目链接:http://acm.hdu.edu.cn/showproblem.php? pid=1027 Ignatiu ...
- STL - 容器 - List
List内部结构完全不同于array, vector, deque. 它提供了两个pointer,指向第一个和最后一个元素. 不支持随机访问元素,因此要访问第n个元素必须爬过n - 1个元素. 在任何 ...
- 【OpenERP】Report 生成
以模块oecnj_trainning为例,模块路径: ~/openerp/addons/oecn_training/ ,以下简写为 path/oecn/ Report生成方法:(手写) rml + r ...
- uploadify上传带参数及接收参数的方法
function uploadify() { $("#uploadify").uploadify({ method:'post', uploader: '/Manage/Order ...
- 在Html.ActionLink中运用二维判断语句
@Html.ActionLink("公告信息", "notice", "article", null, new { @class = Vie ...