PidTagObjectType Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the type of an object.
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 objectMAPI_ADDRBOOK
Address book objectMAPI_ATTACH
Message attachment objectMAPI_DISTLIST
Distribution list objectMAPI_FOLDER
Folder objectMAPI_FORMINFO
Form objectMAPI_MAILUSER
Messaging user objectMAPI_MESSAGE
Message objectMAPI_PROFSECT
Profile section objectMAPI_SESSION
Session objectMAPI_STATUS
Status objectMAPI_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 e-mail 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 e-mail 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.