The Instant Search box in Outlook 2007 is a huge improvement over previous versions of Outlook, but remembering all the search operators can be a little difficult, so here’s a quick one that I use all the time.

与以前的Outlook版本相比,Outlook 2007中的“即时搜索”框是一个巨大的改进,但是记住所有搜索运算符可能会有些困难,因此,这是我一直使用的快速搜索框。

To find emails containing attachments, use the following operator in your search:

要查找包含附件的电子邮件,请在搜索中使用以下运算符:

hasattachments:true

hasattachments:true

You can also combine search operators… for instance, if I wanted to find all emails I’d sent to myself with attachments, I’d use the following:

您还可以结合使用搜索运算符…例如,如果我想查找所有发送给自己的带有附件的电子邮件,则可以使用以下内容:

from:geek hasattachments:true

来自:极客hasattachments:true

And there’s my document… here’s the search operators that I use on a daily basis:

这里有我的文档……这是我每天使用的搜索运算符:

from:geek Finds all messages from “geek”
to:geek Finds all messages sent to “geek” (this weeds out messages I’m only cc’d on)
hasattachments:true Finds all messages with attachments
read:no Finds all unread messages
来自:怪胎 查找来自“怪胎”的所有消息
至:极客 查找发送给“极客”的所有消息(这清除了我仅抄送的消息)
hasattachments:true 查找所有带有附件的邮件
阅读:没有 查找所有未读消息

翻译自: https://www.howtogeek.com/howto/microsoft-office/find-emails-with-attachments-with-outlook-2007s-instant-search/

使用Outlook 2007的即时搜索查找带有附件的电子邮件相关推荐

  1. nodemailer 附件_如何使用Nodemailer发送带有附件的电子邮件。 Node.js

    nodemailer 附件 In the previous article, "How to send emails using Nodemailer?", we discusse ...

  2. php 发邮件 带附件,PHP发送带有附件的电子邮件

    我似乎找不到我编写的应该发送带有附件的电子邮件的php函数的问题.我已经为此苦苦挣扎了一段时间了. function myMail($to, $subject, $mail_msg, $filenam ...

  3. outlook 脱机文件夹_在Outlook 2007中使用搜索文件夹节省时间

    outlook 脱机文件夹 This article was written by MysticGeek, a tech blogger at the How-To Geek Blogs. 本文由Ho ...

  4. java发送outlook_在Outlook 2007中发送民意调查

    java发送outlook Collecting responses from a group of people is something very common in an office envi ...

  5. outlook 禁用不安全_在Outlook 2007中禁用即时搜索

    outlook 禁用不安全 I know what you are thinking when you read the title of this article- why on earth wou ...

  6. outlook修复工具_修复Outlook 2007中缓慢的“即时搜索”问题

    outlook修复工具 If Outlook 2007's new Instant Search just isn't- instant- there's a patch from Microsoft ...

  7. input输入search查找关键词时,实现(即时搜索)边输入边输出目标内容的例子代码

    先充电: (1)change事件    触发事件必须满足两个条件: a)当前对象属性改变,并且是由键盘或鼠标事件激发的(脚本触发无效) b)当前对象失去焦点(onblur) (2)keypress  ...

  8. 如何在 Outlook 2003、Outlook 2007 中管理pst 文件

    本文介绍如何使用个人存储文件夹(又称为 .pst 文件)备份在 Microsoft Office Outlook 2007.Microsoft Office Outlook 2003  中创建的数据. ...

  9. outlook 2007 企业邮箱使用教程

    outlook 2007 使用自建服务器建立的企业邮箱教程,登录使用公网或内网的企业邮箱. 打开outlook 2007 新建邮箱账号 配置邮件账号信息 表单填写说明 你的姓名:发件显示的名称 电子邮 ...

最新文章

  1. 20162329 2017-2018-1 《程序设计与数据结构》第十一周学习总结
  2. Android更新Ui的几种方法
  3. 数据结构之单链表(golang版)
  4. IE7不能显示PNG
  5. Flink表转流一例+何时应该使用execute()
  6. Log4cpp介绍及使用
  7. Docker容器间网络通信
  8. opencv特征提取1-Harris角点检测
  9. 经验38--新闻内容处理
  10. 【Monster High】MMD镜头+动作打包下载.zip
  11. [网络安全自学篇] 七十九.Windows PE病毒原理、分类及感染方式详解
  12. Liferay门户应用前景分析
  13. idea 运行单个main方法_idea如何运行main方法
  14. 对话MVP丨腾讯崔冉的十年“技术马拉松”
  15. 网盘有哪些?网盘哪个好用?
  16. websocket客户端与TCP服务器连接异常
  17. 您需要administrator权限才能对此文件进行更改
  18. 数字身份的万亿市场之争才刚开始
  19. MySQL COUNT(*) 和 COUNT(1) 比较
  20. AMBA总线---APB总线协议

热门文章

  1. task06 PyTorch生态
  2. 基于s3c2450 s5k5ca camera移植
  3. leetcode 多线程编程
  4. 5. iOS打包上传后不显示
  5. 程序员的成长阶梯和级别定义
  6. 个性化推荐算法实战第08章浅层排序模型逻辑回归
  7. win10主题更换_不用第三方软件!简单傻瓜重装纯净版win10系统教程
  8. 【Netty】对象重用的秘密:Recycler源码分析
  9. Android RecyclerView 绘制流程及Recycler缓存
  10. 码蹄集天天向上擂台第一题(最大的平均数)为什么超时长和超过内存了