Advantages and Disadvantages of Email communication compared with Face-To-Face communication:
 
Email Communication:
Formal
Can attach files
Useful for co-workers in different districts
Can keep history
May cause Misunderstandings
It may be unsafe as it may send virus or warms
Not easy to recall
 
F2F communication:
Casual
Instant
Get response in time
Express Emotions exactly
 
 
Overview of an Email:
=======================================================
To list:

Enter recipients, separated by semicolons.

Carbon Copy (cc) \ Blind Carbon Copy (bcc)

Subject:

Short, most important words, simple and focused. Indicate if you need a response,

Most of them are Noun.

Body:

Start with a Greeting:

Hi Steve,

I am writing to …..

As mentioned before we need to …..

Polite: mood, tone. Manner of speaking.

Verb tense:  Past/Present/Progressive (Continuous)/Future/ tense.

Noun: singular or plural format.

subject + predicate + object

Clauses

Brevity and clarity

The arrangement should be orderly

Double-check.

End with a Closing:

Thanks,

Betty

Signatures: You can set signatures in Outlook Options-->Mail-->Signatures…

=======================================================

Remember: Double-check is pretty essential before you send out an email.

There are 3 main check points:

  1. The manner of Speaking -> Be polite enough.
  2. The tenses of Verbs ->Past tense? Present tense? Future tense? Progressive (Continuous) tense?
  3. The formats of Nouns -> Singular or plural?

Below are some good examples about the expressions in emails.

How to Express Your Gratitude:

  1. Thank you for your understanding.
  2. Thank you for your prompt reply.
  3. Thanks for all your assistance.
  4. It will be much appreciated if ….
  5. I could appreciate it if you ….

How to Express Your Suggestions:

  1. I suggest that..
  2. I would like to …
  3. Shall we …
  4. What do you think about this?
  5. Could/Would you please …  (if possible)
  6. Is it ok to mark it pass?
  7. Which one do you prefer?
  8. I wonder whether we can delete this test case.

How to Provide Your Questions:

  1. I have some questions about….
  2. For the assignment ABC, I have the following questions…
  3. Here are some issues for this build…
  4. The current status is as following…

How to Express your Apologies:

  1. I’m really sorry about this.
  2. Sorry for any inconvenience we have brought to you.
  3. I sincerely apologize for this misunderstanding!
  4. I apologize for the late asking but we want to make sure the correctness of our implementation ASAP.

About Attachments:

  1. Please refer to the attached files.
  2. Please check the attached error logs for more.
  3. I enclose the evaluation report for your reference.
  4. Attach is the design document, please review it.
  5. For other known issues please see attached log files.

Some Basic Abbreviations:

  1. CC : Carbon Copy
  2. BCC: Blind Carbon Copy
  3. FYI : For Your Information
  4. ASAP: As Soon As Possible
  5. AFAIK: As Far As I Know
  6. B4: Before
  7. CIL: Comments In Line

How to write a professional email?的更多相关文章

  1. Coursera课程笔记----Write Professional Emails in English----Week 5

    Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...

  2. 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 ...

  3. 深入理解 ProtoBuf 原理与工程实践(概述)

    ProtoBuf 作为一种跨平台.语言无关.可扩展的序列化结构数据的方法,已广泛应用于网络数据交换及存储.随着互联网的发展,系统的异构性会愈发突出,跨语言的需求会愈加明显,同时 gRPC 也大有取代R ...

  4. P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

    P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May ...

  5. Why Every Professional Should Consider Blogging

    转自http://www.pixelstech.net/article/1327829407-Why-Every-Professional-Should-Consider-Blogging ften ...

  6. Araxis Merge Professional v2014.4565 特别版 | 文件比较合并

    http://www.ttrar.com/html/AraxisMerge.html Araxis Merge 是一个可视化的文件比较.合并和同步的软件,能够方便的被软件工程师和 web 站点开发者使 ...

  7. Professional C# 6 and .NET Core 1.0 - Chapter 41 ASP.NET MVC

    What's In This Chapter? Features of ASP.NET MVC 6 Routing Creating Controllers Creating Views Valida ...

  8. 17 Tips For Writing An Excellent Email Subject Line

    Out of the billions of emails that are sent every day, how can you make sure that yours stands out? ...

  9. Free Professional Resume Examples and Writing Tips

    https://www.thebalancecareers.com/free-resume-examples-and-writing-tips-2063596 Do you need to write ...

随机推荐

  1. libffi-dev : 依赖: libffi6 (= 3.2.1-4) 但是 3.2.1-4kord 正要被安装

    原文链接:https://blog.csdn.net/u013992330/article/details/85135629 中标麒麟安装python库:sshtunnel 的时候提示缺少ffi.h文 ...

  2. ssh远程登录出现Host key verification failed.解决办法

    今天通过ssh和域名连接主机: IcarusdeMacBook-Pro:~ icarus$ ssh root@icarusyu.me 出现了如下错误: @@@@@@@@@@@@@@@@@@@@@@@@ ...

  3. kali linux 安装sublime text3完全教程

    点击进入官网 下载页面 将鼠标放在64 bit(64位系统)上右击复制链接 打开终端: #wget 路径(粘贴刚复制的) #tar -xvvf 刚刚下载的文件文件名(解压) #mv 解压出来的文件名  ...

  4. 520 简单表白代码(JS)

    这两天不知道咋了,迷迷糊糊的,突然知道今天是520的我,急急忙忙赶出个程序(新手,代码有点乱),发出来大家一起研究下(参考百度的). <!DOCTYPE html> <html> ...

  5. 解决微信小程序要求的TLS版本必须大于等于1.2的问题

    一.环境: CentOS 6.8 nginx 1.6.0 php 7.0.10 二.背景 最近开发一个小程序,而小程序对后台接口服务器的要求是: 1.请求域名在request合法域名中 2.基于 ht ...

  6. (转)Java并发编程:线程池的使用方法

    http://www.cnblogs.com/dolphin0520/p/3932921.html http://www.journaldev.com/1069/java-thread-pool-ex ...

  7. python高并发?

    参考: https://yunsonbai.top/

  8. Java DB 访问(三)mybatis mapper interface接口

    1 项目说明 项目采用 maven 组织 ,依赖 mysql-connector-java,org.mybatis,junit pom 依赖如下: mysql 数据连接 : mysql-connect ...

  9. crontab命令使用文档.txt

    基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1-59 每分钟用*或者 */1表示 第2列表示小时1-23(0表示0点) 第3列表示日期1-31 第4列表示 ...

  10. (转)python中的selectors模块

    原文:https://www.cnblogs.com/yinheyi/p/8127871.html https://www.rddoc.com/doc/Python/3.6.0/zh/library/ ...