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的更多相关文章
随机推荐
- 【Django】Django如何保证并发操作数据一致性问题
代码示例: 使用 select for update 数据库查询 select ... for update 是数据库层面上专门用来解决并发取数据后再修改的场景的,主流的关系数据库 比如mysql.p ...
- 【记录】cygwin下折腾个人配置环境
(本文由hcbbt发布,转载请注明出处,blog.csdn[dot]net/hcbbT) cygwin是windows下的linux的模拟环境,不仅可以执行linux的各种命令,可以在cyg ...
- ListView GridViewColumn.CellTemplate
<ListView.View> <GridView> <GridViewColumn Header="Meaningful Use Objectives&quo ...
- Compiling LIBFFM On OSX 10.9
原文:http://blog.josephmisiti.com/compiling-libffm-on-osx-10.9/ I recently tried to compile LIBFFM (Fi ...
- Oracle 错误收集
Oracle 错误大全 ORA-00001: 违反唯一约束条件 (.)ORA-00017: 请求会话以设置跟踪事件ORA-00018: 超出最大会话数ORA-00019: 超出最大会话许可数ORA-0 ...
- linux上安装BeatifulSoup(第三方python库)
1. 什么是beatifulsoup? beatifulsoup官网http://www.crummy.com/software/BeautifulSoup/ BeatifulSoup是用Python ...
- java面试第三天
类和对象: 类:主观抽象,是对象的模板,可以实例化对象----具有相同属性和行为的对象的集合. 习惯上类的定义格式: package xxx; import xxx; public class Xxx ...
- Unix 网络编程 读书笔记1
第一章: C/C++语言提供两种不同的编程模式:IPL32和PL64.► IPL32 ● 表示integer/pointer/long三种数据类型是32位(4个字节),在这种模式下,提供32位的地址空 ...
- windows下编辑的shell复制到linux无法执行
是因为格式不对 可用vim编辑器转换格式 在vim中执行命令: set ff=unix 设置打开方式为unix
- java Properties的用法
Properties是一个特殊的Map,因为和IO流牵扯到了一块…… import java.io.BufferedReader;import java.io.File;import java.io. ...