Skip to content

Latest commit

 

History

History
113 lines (63 loc) · 3.49 KB

pidtagsendinternetencoding-canonical-property.md

File metadata and controls

113 lines (63 loc) · 3.49 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagSendInternetEncoding Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagSendInternetEncoding
COM
ae408b4f-dee3-484b-a19c-f472cfa95996
Contains a bitmask of encoding preferences. Set this property to indicate the encoding options used.

PidTagSendInternetEncoding Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains a bitmask of encoding preferences.

Property Value
Associated properties:
PR_SEND_INTERNET_ENCODING
Identifier:
0x3A71
Data type:
PT_LONG
Area:
Address

Remarks

Set this property to indicate the encoding options used.

This property contains the following flags:

BODY_ENCODING_HTML

Encode the message text in HTML. This flag is ignored unless the ENCODING_MIME flag is set.

BODY_ENCODING_TEXT_AND_HTML

Encode the message text using text and HTML as Multipurpose Internet Mail Extensions (MIME) multipart alternatives. This flag is ignored unless the ENCODING_MIME flag is set.

ENCODING_MIME

Encode the message using MIME. If this flag is not set, MAPI encodes the message text in plain text and the attachments in UUENCODE.

ENCODING_PREFERENCE

Use the other flags in this bitmask to determine the encoding. If this flag is not set, MAPI leaves it to the messaging system to make encoding decisions.

MAC_ATTACH_ENCODING_APPLEDOUBLE

Encode Macintosh attachments in Apple double mode. This flag is ignored unless the ENCODING_MIME flag is set.

MAC_ATTACH_ENCODING_APPLESINGLE

Encode Macintosh attachments in Apple single mode. This flag is ignored unless the ENCODING_MIME flag is set.

MAC_ATTACH_ENCODING_UUENCODE

Encode Macintosh attachments in UUENCODE. If the ENCODING_MIME flag is set, this flag is ignored and BinHex encoding is used instead.

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-OXCMAIL]

Converts from Internet standard email conventions to message objects.

[MS-OXCMSG]

Handles message and attachment objects.

[MS-OXOMSG]

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

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