Coursera课程笔记----Write Professional Emails in English----Week 4
Request and Apology Emails(Week 4)
How to Write Request Emails
Write more POLITELY & SINCERELUY
- Please
- Could/Would...?
- Would you mind...?
- would like
Polite Request
PLEASE
- Please send me your resume.
- Please meet me today at 3PM.
- Please give me directions to your office
Could/Would...?
- Could you please send me your resume?
- Could you please meet me today at 3PM?
- Would you please give me directions to your office?
Would you mind...?
- Would you mind sending me your resume?
- Would you mind meeting me today at 3PM?
- Would you mind giving me directions to your office?
would like (better than want)
- I would like(=want) to meet you at 3PM.
- I would like the directions to your office.
Making 2nd Request
- use the number
- Please send me your resume.
- Please include three references.
- use the word "also"
- Please send me your resume. Could you also include three references?
- Could you meet me today at 3PM? I would also like the directions to your office.
- "also" is right before the verb.
Conclude
you can keep simple
- Thank you.
- Sincere thanks.
- I appreciate it.
or add some reasons
- Thank you for + your + NOUN.
- Thank you for your time and effort.
- Thank you for your interest in our company.
- I appreciate + your + NOUN.
- I appreciate your time and effort.
- I appreciate your interest in our company.
- Thank you for + your + NOUN.
How to Write Apology Emails
I'm sorry if...
- NOT sure of responsibility
- I'm sorry if you didn't receive the resume I sent.
- I'm sorry if you didn't understand the directions correctly.
I'm sorry that...
- 100% sure of responsibility
- I'm sorry that the correct file was not sent.
- I have included the correct file in this email.
- I'm sorry that our meeting for next week needs to be cancelled.
- Please check the new dates below at your convenience.
- I'm sorry that the correct file was not sent.
I'm sorry about...
- slip-ups, errors(small mistakes)
- I'm sorry about the confusion,
- I will send you a new document with the correct address shortly.
- inconvenience / delay
- I'm sorry about the confusion,
Assignment: Complete Martina's Request/Apology Email
Subject:
Requesting the Signatures of your Bosses
Message:
Dear Carl,
I'm Martina Silva. I'm sorry that I forgot to attach the documents that needed to be signed to the email message. I have included the correct documents in this email. The deadline for the deal is coming soon and your bosses' signatures are very important. Would you like to send me the documents with signatures as soon as possible? Thank you for your time and effort.
Regards,
Martina Silva
Coursera课程笔记----Write Professional Emails in English----Week 4的更多相关文章
- Coursera课程笔记----Write Professional Emails in English----Week 1
Get to Know Basic Email Writing Structures(Week 1) Introduction to Course Email and Editing Basics S ...
- Coursera课程笔记----Write Professional Emails in English----Week 5
Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...
- Coursera课程笔记----Write Professional Emails in English----Week 3
Introduction and Announcement Emails (Week 3) Overview of Introduction & Announcement Emails Bas ...
- Coursera课程笔记----Write Professional Emails in English----Week 2
Let's Start Writing (Week 2) Write Effective Subject Lines be BRIEF 50 characters or less = 5-7 word ...
- 操作系统学习笔记----进程/线程模型----Coursera课程笔记
操作系统学习笔记----进程/线程模型----Coursera课程笔记 进程/线程模型 0. 概述 0.1 进程模型 多道程序设计 进程的概念.进程控制块 进程状态及转换.进程队列 进程控制----进 ...
- Coursera课程笔记----C++程序设计----Week3
类和对象(Week 3) 内联成员函数和重载成员函数 内联成员函数 inline + 成员函数 整个函数题出现在类定义内部 class B{ inline void func1(); //方式1 vo ...
- Coursera课程笔记----C程序设计进阶----Week 5
指针(二) (Week 5) 字符串与指针 指向数组的指针 int a[10]; int *p; p = a; 指向字符串的指针 指向字符串的指针变量 char a[10]; char *p; p = ...
- Coursera课程笔记----C程序设计进阶----Week 4
指针(一) (Week 4) 什么是"指针" 互联网上的资源--地址 当获得一个地址,就能得到该地址对应的资源,所以可以把"网址"称为指向资源的"指针 ...
- Coursera课程笔记----C程序设计进阶----Week 3
函数的递归(Week 3) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- FormCloseQuery
FormCloseQuery是一个事件回调函数,Close是一个功能函数.而FormCloseQuery与窗口的close有什么不同,通过跟踪Call stack发生在调用Close()函数关闭窗口时 ...
- cxGrid增加一栏显示checkBox的设置方法
鉴于本人首次设定cxGrid的CheckBox的时候费了很大劲,发现很多人都会碰到这个问题,现在总结一下,以供各位互相学习借鉴. 步骤如下(不分先后): 1. cxGrid添加完自己所需的所有字段后, ...
- Java优秀教程
1.java中局部变量是在栈上分配的: 2.数组是储存在堆上的对象,可以保存多个同类型变量: 3.在Java语言中,所有的变量在使用前必须声明. 4.局部变量没有默认值,所以局部变量被声明后,必须经过 ...
- linux之cat 操作
1.查看或创建 cat 1.txt #如果目录有这个文件则会打开查看,没有则会创建 2.压缩空白 cat 1.txt 我是第一行 我是第二 行 cat -bs 1.txt # 变成 cat 1.txt ...
- 5. react父子组件
1. 父组件如何获取子组件的方法以及属性? 1.)父组件: render( ){ console.log( this.refs.getmethod ): return ( <div> &l ...
- Linux工程师必备的系统监控工具
WGCLOUD基于java语言开发,是微服务架构构建监控系统,支持高并发高性能高可用,核心模块包括:服务器集群监控,ES集群状态监控,CPU监控,内存监控,数据监控(mysql,postgresql, ...
- js 一维数组,转成嵌套数组
// 情况一: // 数据源var egs = [ {name_1: 'name_1...'}, {name_2: 'name_4...'}, {name_3: 'name_3...'}, {name ...
- Linux查看端口或pid使用路径
1. lsof -i:10010 查看10010端口的占用情况 命令返回结果: 2. netstat -lpn | grep 80 查看80端口服务端socket占用状况 3. ll /proc/26 ...
- Linux安全实验缓冲区溢出
缓冲区溢出实验: 缓冲区溢出是指程序试图向缓冲区写入超出预分配固定长度数据的情况.这一漏洞可以被恶意用户利用来改变程序的流控制,甚至执行代码的任意片段.这一漏洞的出现是由于数据缓冲器和返回地址的暂时关 ...
- 2019-2020-1 20199325《Linux内核原理与分析》第八周作业
Linux内核如何装载和启动一个可执行程序 1.理解编译链接的过程和ELF可执行文件格式,详细内容参考本周第一节: 2.编程使用exec*库函数加载一个可执行文件,动态链接分为可执行程序装载时动态链 ...