Skip to content

Latest commit

 

History

History
153 lines (83 loc) · 4.16 KB

pidtagobjecttype-canonical-property.md

File metadata and controls

153 lines (83 loc) · 4.16 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagObjectType Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
PidTagObjectType
HeaderDef
37da4ff5-300d-479f-a8b4-6fc36df997d9
Contains the type of an object. The object corresponds to the primary interface available for an object accessible through the OpenEntry interface.

PidTagObjectType Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the type of an object.

Property Value
Associated properties:
PR_OBJECT_TYPE
Identifier:
0x0FFE
Data type:
PT_LONG
Area:
Common

Remarks

The object type contained in this property corresponds to the primary interface available for an object accessible through the OpenEntry interface. It is usually obtained by consulting the lpulObjType parameter returned by the appropriate OpenEntry method. When the interface is obtained in other ways, call IMAPIProp::GetProps to obtain the value for this property.

This property can have exactly one of the following values:

MAPI_ABCONT

Address book container object

MAPI_ADDRBOOK

Address book object

MAPI_ATTACH

Message attachment object

MAPI_DISTLIST

Distribution list object

MAPI_FOLDER

Folder object

MAPI_FORMINFO

Form object

MAPI_MAILUSER

Messaging user object

MAPI_MESSAGE

Message object

MAPI_PROFSECT

Profile section object

MAPI_SESSION

Session object

MAPI_STATUS

Status object

MAPI_STORE

Message store object

Related resources

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXOABK]

Specifies the properties and operations for lists of users, contacts, groups, and resources.

[MS-NSPI]

Handles a client's communications with a Name Service Provider Interface (NSPI) server.

[MS-OXCFOLD]

Handles folder operations.

[MS-OXCFXICS]

Handles the order and flow for data transfers between a client and server.

[MS-OXCMAIL]

Converts from Internet standard email conventions to message objects.

[MS-OXCMSG]

Handles message and attachment objects.

[MS-OXOAB]

Specifies the offline address book (OAB) file formats for the local address book objects cache.

[MS-OXOMSG]

Specifies the properties and operations that are permissible for email message objects.

[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 associated properties.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names