PidTagSearchAttachments Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains a Unicode string that is being queried in attachment contents on the store.

Associated properties:

PR_SEARCH_ATTACHMENTS_W

Identifier:

0x0EA5

Property type:

PT_UNICODE

Area:

Search

Note

This MAPI restriction tag, used when you are searching for attachment contents, might not be defined in the downloadable header file that you currently have. You can add it to your code by using the following value:

#define PR_SEARCH_ATTACHMENTS_W PROP_TAG(PT_UNICODE, 0x0EA5)

Protocol Specifications

  • [MS-OXPROPS]
    Provides references to related Microsoft Exchange Server protocol specifications.

  • [MS-OXOSRCH]
    Specifies the properties and operations for manipulating a search folder list configuration.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • Mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names