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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- 实战|使用Spark Streaming写入Hudi
欢迎关注微信公众号:ApacheHudi,解锁下一代数据湖技术 1. 项目背景 传统数仓的组织架构是针对离线数据的OLAP(联机事务分析)需求设计的,常用的导入数据方式为采用sqoop或spark定时 ...
- GeoGebra函数使用
分段函数使用 输入指令: If(x < -2, x, -2 < x < 2, x², x > 2, x)
- 同事上班时间无聊,用python敲出贪吃蛇游戏打发时间
自从学会啦python,再也不用担心上班时间老板发现我打游戏啦 贪吃蛇代码: 还有不懂的(https://www.ixigua.com/i6808019824560570888/)这里有视频教程. 如 ...
- work of 12/30/2015
part 组员 今日工作 工作耗时/h 明日计划 工作耗时/h UI 冯晓云 merge UI 与reader 6 丰富re ...
- D - A Game with Traps-- codeforces 1260D A
题目大意: 一共有m个士兵,k个陷阱,时间为t,一个首领,这个首领需要在t时间内尽可能多的将士兵带到boos的面前, 第二行是每个士兵的灵敏度. 紧接着是k个陷阱,每个陷阱有l,,r,,d组成,l代表 ...
- 多线程高并发编程(6) -- Semaphere、Exchanger源码分析
一.Semaphere 1.概念 一个计数信号量.在概念上,信号量维持一组许可证.如果有必要,每个acquire()都会阻塞,直到许可证可用,然后才能使用它.每个release()添加许可证,潜在地释 ...
- golang 基础 map及工厂函数
Map是一种数据结构,是一个集合,用于存储一系列无序的键值对.它基于键存储的,键就像一个索引一样,这也是Map强大的地方,可以快速快速检索数据,键指向与该键关联的值. 内部实现 Map是基于 散列表 ...
- <algorithm>中sort()函数的用法
先说一下,本篇文章我没有讲sort()实现排序的原理,我写在另一篇文章中了,如果想了解的话,可以看一下,附上链接:https://www.cnblogs.com/buanxu/p/12772700.h ...
- Python爬虫之记录一次下载验证码的尝试
好久没有写过爬虫的文章了,今天在尝试着做验证码相关的研究时,遇到了验证码的收集问题. 一般,验证码的加载都有着比较复杂的算法和加密在里边,但是笔者今天碰到的验证码却比较幸运,有迹可循.在此,给 ...
- C51_PID 水温控制系统
C51_PID 水温控制系统 51CPIDUART水温控制 前言 通过C语言程序写入51单片机实现水的温度的采集,并通过控制器控制加热器给水体加热,对水体的温进行PID控制,保证温度在设定值范围内波动 ...