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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- Golang——详解Go语言代码规范
本文始发于个人公众号:TechFlow,原创不易,求个关注 今天是Golang专题的第二篇,我们来看看Go的语言规范. 在我们继续今天的内容之前,先来回答一个问题. 有同学在后台问我,为什么说Gola ...
- L18 批量归一化和残差网络
批量归一化(BatchNormalization) 对输入的标准化(浅层模型) 处理后的任意一个特征在数据集中所有样本上的均值为0.标准差为1. 标准化处理输入数据使各个特征的分布相近 批量归一化(深 ...
- PHP函数:memory_get_usage
memory_get_usage() -返回分配给 PHP 的内存量 说明: memory_get_usage ([ bool $real_usage = false ] ) : int 参数: r ...
- Python模块---制作新冠疫情世界地图()
目录 pyecharts模块 简介 安装pyecharts 测试pyecharts模块 pyecharts实战:绘制新冠肺炎疫情地图 需求分析 请求数据 提取数据 处理数据 制作可视化地图 设置可视化 ...
- JavaScript之浅谈内存空间
JavaScript之浅谈内存空间 JavaScipt 内存自动回收机制 在JavaScript中,最独特的一个特点就是拥有自动的垃圾回收机制(周期性执行),这也就意味者,前端开发人员能够专注于业余, ...
- JQ获取select上的option的data-start和data-id
来源:https://zhidao.baidu.com/question/692142321436883524.html 静态的写法: 用jq的attr()函数,如: HTML: <select ...
- tp5中的input助手函数
详见手册:https://www.kancloud.cn/manual/thinkphp5/118044
- Python 输出 log 到文件的方法
import loggingfrom logging.handlers import RotatingFileHandler module_name = "test_module" ...
- Ubuntu 18.04更换apt-get源
使用apt-get安装时,会很慢,更换了国内的源后,就可以解决这个问题了. 1. 备份sources.list文件 sudo cp /etc/apt/sources.list /etc/apt/sou ...
- java之 向上转型与向下转型
向上转型 class father { public void eat(){ System.out.println("father eat()"); } } class son e ...