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. 也来谈一谈js的浅复制和深复制

    1.浅复制VS深复制 本文中的复制也可以称为拷贝,在本文中认为复制和拷贝是相同的意思.另外,本文只讨论js中复杂数据类型的复制问题(Object,Array等),不讨论基本数据类型(null,unde ...

  2. 牛客第二场 C.message(计算几何+二分)

    题目传送:https://www.nowcoder.com/acm/contest/140/C 题意:有n个云层,每个云层可以表示为y=ax+b.每个飞机的航线可以表示为时间x时,坐标为(x,cx+d ...

  3. 链表(上):如何实现LRU缓存淘汰算法?

    一.什么是链表 和数组一样,链表也是一种线性表. 从内存结构来看,链表的内存结构是不连续的内存空间,是将一组零散的内存块串联起来,从而进行数据存储的数据结构. 链表中的每一个内存块被称为节点Node. ...

  4. Selenium3 + Python3自动化测试系列四——鼠标事件和键盘事件

    一.鼠标事件 在 WebDriver 中, 将这些关于鼠标操作的方法封装在 ActionChains 类提供. ActionChains 类提供了鼠标操作的常用方法. ActionChains 类的成 ...

  5. sql 数据库日志收缩

    SQL2008 的收缩日志 由于SQL2008对文件和日志管理进行了优化,所以以下语句在SQL2005中可以运行但在SQL2008中已经被取消:(SQL2005)Backup Log DNName w ...

  6. git提交的问题

    1. Pull is not possible because you have unmerged files.症状:pull的时候$ git pull Pull is not possible be ...

  7. C# 多线程七之Parallel

    1.简介 关于Parallel不想说太多,因为它是Task的语法糖,至少我是这么理解的,官方文档也是这么说的,它本身就是基本Task的.假设我们有一个集合,不管是什么集合,我们要遍历它,首先想到的是F ...

  8. 深入浅出SQL Server中的死锁(实战篇)

    简介 死锁的本质是一种僵持状态,是多个主体对于资源的争用而导致的.理解死锁首先需要对死锁所涉及的相关观念有一个理解. 一些基础知识 要理解SQL Server中的死锁,更好的方式是通过类比从更大的面理 ...

  9. 【JAVA】判断当前日期是否在时间点内

    public static boolean isInDate(Date date, String strDateBegin, String strDateEnd) { SimpleDateFormat ...

  10. typedef在C和C++的区别?

    一.struct定义结构体1.先声明结构体类型再定义变量名struct name{ member ..};name A;... 如:struct student{ int a;};student st ...