Could I leave a message?

Language Checklist

Telephoning (1)

Introducing yourself

Good morning, Aristo.

Hello, this is … from … .

Hello, my name's … calling from … .

Saying who you want

I'd like to speak to …, please.

Could I have the … Department, please?

Is … there, please?

Saying someone is not available

I'm sorry he/she's not available … .

Sorry, he/she's away/not in/in a meeting/in Milan.

Leaving and taking messages

Could you give him/her a message?

Can I leave him/her a message?

 

Please tell him/her …

Please ask him/her to ring me on …

 

Can I take a message?

Would you like to leave a message?

If you give me your number I'll ask him/her to call you later.

Offering to help in other ways

Can anyone else help you?

Can I help you perhaps?

Would you like to speak to his assistant?

Shall I ask him to call you back?

Asking for repetition

Sorry, I didn't catch (your name/your number/your company name/etc.).

Sorry, could you repeat your (name, number, etc.).

Sorry, I didn't hear that.

Sorry, I didn't understand that.

Could you spell (that/your name), please.

Acknowledging repetition

Okay, I've got that now.

(Mr Kyoto.) I understand.

I see, thank you.

 

Skills Checklist

Telephoning: Preparation for a call

Reading – background information

Desk Preparation

Have the following available:

  • relevant documentation/notes
  • correspondence received
  • pen and paper
  • diary

 

Check time available:

How much time do you need?

How much time do you have?

 

Objectives

Who do you want to speak to?

In case of non-availability, have an alternative strategy:

  • call back/be called back – when?
  • leave a message
  • speak to someone else
  • write or fax information

 

Do you want to:

  • find out information?
  • give information?

     

Introduction

Do you need to refer to:

  • a previous call?
  • a letter, order, invoice of fax?
  • someone else (who?)
  • an event (what? when?)

     

Prediction

What do you expect the other person to say/ask you? How will you respond?

 

Language

Key phrases (see Language Checkist)

Pronunciation

Spelling

English Training Material - 05的更多相关文章

  1. English Training Material - 04

    Inviting What kinds of social activities in your city could be appropriate ways of entertaining visi ...

  2. English Training Material - 03

    Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...

  3. English Training Material - 01

    Building a relationship Cross-cultural understanding Eye contact In many Western societies, includin ...

  4. English Training Material - 02

    OUTSIDE CORRESPONDENCE AND CONTACT   Jared: I'm glad you could come – and you're in for a treat. Thi ...

  5. Material Design Animation

    Material Design Animation Authentic motion 真实的运动 运动以一种优美流动的形式描述了空间关系,功能和目的. Mass and weight: 质量和重量 在 ...

  6. Android Material Design 学习笔记 - Matrial Theme

    google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感觉”(附上官方 ...

  7. Andorid视觉新冲击-Material design语言

    [写在前面] google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感 ...

  8. 【Android】进入Material Design时代

    由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Desi ...

  9. Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)

    转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031 翻译自:http://developer.android.com/trainin ...

随机推荐

  1. Android使用SurfaceView实现墨迹天气的风车效果

    SurfaceView也是继承自View,它和我们以前接触到的View(Button.TextView等)最大的不同是,SurfaceView可以有一个单独的线程进行绘制,这个线程区别于UI线程(主线 ...

  2. JS思维之路菜鸟也能有大能量(2)--模拟数组合并concat

    我们有两个这样的数组 var arr1 = [1,2,3]; var arr2 = [4,5,6]; 任务:合并成这样,请至少提供两种思路. var arr1 = [1,2,3,4,5,6]; 思路一 ...

  3. DDD:Can I DDD?

    下面是<实现领域驱动>的作者给出的一段话: You can implement DDD if you have: A passion for creating excellent soft ...

  4. Android 开发有用代码积累

    Android开发需求变化快,开发周期要求尽量短,接下来一系列文章从实际使用出发总结一些常用的代码片段,便于查找,也为后来人提供一份参考. 1.获取Manifest的基本信息(升级页面和软件关于页面一 ...

  5. LitePal + Gson + Volley的ORM框架尝试方案

    为了紧跟技术潮流,目前的项目开始采用ORM的思想进行重新设计. 数据库采用轻量级ORM框架LitePal,Json解析采用Gson,网络框架采用Volley. 如果只是单纯的将这些第三方框架引进来,事 ...

  6. jquery easyui dialog Bug解决方案

    最近一直都在用easyui前端框架来开发设计UI,但在使用Dialog时,发现如果页面内容比较多,就会出现问题,首先看一下我的原代码: <input type="button" ...

  7. hive的内部表与外部表创建

    最近才接触Hive.学到了一些东西,就先记下来,免得以后忘了. 1.创建表的语句:Create [EXTERNAL] TABLE [IF NOT EXISTS] table_name [(col_na ...

  8. 用cryptico.js实现RSA加密(应对cryptico不支持PEM)

    问题: 随手分享一下好了,这个问题困扰了很久. cryptico.js这个加密算法库很全,很适合在前端用到各种加密解密算法的需求.但是美中不足的是,它的RSA加密不支持PEM格式,所以如果你后端用ja ...

  9. [Solution] ASP.NET Identity(1) 快速入门

    本节将介绍: ASP.NET Identity简介 快速入门 扩展 ASP.NET Identity简介 身份管理在ASP.NET中存在很长世间了,ASP.NET 开发团队已经学会了很多从客户的反馈. ...

  10. 四则运算APP(BUG发掘)

    BUG: 1.有几率会出现一样的题目. 2.题目会出现两个一样的答案. 3.做题结束后不能返回主界面或者重新开始. 感想: 1.题目应该按年级分类出题. 2.主界面可以添加更多功能 如自己输入题目数, ...