PropertyTypeName: PTypMultipleTString
PropertyTypeValue: $101F or $101E
PropertyTypeSpecification:

Properties with this type have the property type reset to PT_MV_UNICODE
when compiling with the UNICODE symbol and to PT_MV_STRING8 when not
compiling with the UNICODE symbol.

{$IFDEF UNICODE}
   PT_TSTRING = PT_UNICODE;
   PT_MV_TSTRING = MV_FLAG or PT_UNICODE;
{$ELSE}
   PT_TSTRING = PT_STRING8;
   PT_MV_TSTRING = MV_FLAG or PT_STRING8;
{$ENDIF}

MAPIAlternateNames: PT_MV_TSTRING