PidLidImageAttachmentsCompressionLevel Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Defines a compression level to apply on image attachments.
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.