PidTagInternetReturnPath Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the value of a Multipurpose Internet Mail Extensions (MIME) message's Return-Path header field. The email address of the message's sender.

Property Value
Associated properties:
PR_INTERNET_RETURN_PATH, PR_INTERNET_RETURN_PATH_A, PR_INTERNET_RETURN_PATH_W
Identifier:
0x1046
Data type:
PT_STRING8, PT_UNICODE
Area:
MIME

Remarks

To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value. When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed at by the input parameter lppPropNames:

Property Value
lpGuid:
PS_INTERNET_HEADERS
ulKind:
MNID_STRING
Kind.lpwstrName:
L"return-path"

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXCICAL]

Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting objects.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Constants

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names