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. 05_python_字典

    一.字典定义 字典是python中唯一的映射类型,以{ }括起来的键值对组成,在dict中key是唯一的.在保存时,根据key来计算一个内存地址,然后把key-value保存至地址中.这种算法是has ...

  2. Mac下如何安装配置Homebrew

    Last login: Mon Aug 7 13:57:29 on consolexiashenbindeMacBook-Pro:~ xiashenbin$ ruby -e "$(curl ...

  3. springBoot的搭建使用记录

    一: 首次搭建:https://blog.csdn.net/u013187139/article/details/68944972 整合mybatis: https://www.jianshu.com ...

  4. python 跨平台获取网卡信息和本机ip地址

    笔者在项目中遇到过获取本机网卡ip的例子,利用python库psutil解决了此问题. def get_netcard(): """获取网卡名称和ip地址 "& ...

  5. WebDriver高级应用实例(7)

    7.1在测试中断言失败的步骤进行屏幕截图 目的:在测试过程中,在断言语句执行失败时,对当前的浏览器进行截屏,并在磁盘上新建一个yyyy-mm-dd格式的目录,并在断言失败时新建一个已hh-mm-ss格 ...

  6. 没啥事用C语言写一个Trie tree玩玩,支持中英文,用g++编译通过

    #include <cstdio> #include <cstdlib> #include <vector> #define ALPHABETS 2600000 # ...

  7. How to resize or create a thumbnail image from file stream on UWP

    最近在搞Ocr相关的windows universal app, 用到了一些图像处理相关的知识. 涉及到了BitmapDecoder/BitmapEncoder/IRandomAccessStream ...

  8. python面试(3)

    一.语言 推荐一本看过最好的python书籍? 拉开话题好扯淡 谈谈python的装饰器,迭代器,yield? 标准库线程安全的队列是哪一个?不安全的是哪一个?logging是线程安全的吗? pyth ...

  9. Oracle数据库中NARCHAR转换成NUMBER类型

    1.修改后的代码: public void addDirectorActorKeyword(long idStart, long idEnd) { SeriesMgr seriesMgr = new ...

  10. JavaScript初探四

    <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...