PidLidImageAttachmentsCompressionLevel Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Defines a compression level to apply on image attachments.
Property | Value |
---|---|
Associated properties: |
dispidImgAttchmtsCompressLevel |
Property set: |
PSETID_Common |
Long ID (LID): |
0x00008593 |
Data type: |
PT_LONG |
Area: |
Run-time configuration |
Remarks
The following are valid compression levels:
enum PictureCompressLevel
{
pclOriginal = 0,
pclEmail = 1,
pclWeb = 2,
pclDocuments = 3,
};
Related resources
Protocol specifications
[[MS-OXPROPS]]
Provides property set definitions and references to related Exchange Server protocol specifications.
Header files
Mapidefs.h
Provides data type definitions.