Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 2.71 KB

pidtagmessagesize-canonical-property.md

File metadata and controls

81 lines (47 loc) · 2.71 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagMessageSize Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
PidTagMessageSize
HeaderDef
c67fb54b-8cc7-4fbc-8204-36fcddfa6192
Contains the sum, in bytes, of the sizes of all properties on a message object. The size indicates the number of bytes that are transferred when the message is moved.

PidTagMessageSize Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the sum, in bytes, of the sizes of all properties on a message object.

Property Value
Associated properties:
PR_MESSAGE_SIZE
Identifier:
0x0E08
Data type:
PT_LONG
Area:
General messaging

Remarks

It is recommended that message objects expose this property. The message size indicates the approximate number of bytes that are transferred when the message is moved from one message store to another. Being the sum of the sizes of all properties on the message object, it is usually considerably greater than the message text alone.

Most message store providers compute this property for messages that they handle. However, some message store providers do not support this property. In any case, this property is not available until the IMAPIProp::SaveChanges or IMessage::SubmitMessage method has been called.

Related resources

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXCMSG]

Handles message and attachment objects.

[MS-OXCFOLD]

Handles folder operations.

[MS-OXCSTOR]

Specifies permissible operations for the core message store objects.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names