<div class="content" name="PropertyTagArray_r" uuid="9dc42856-90da-4df9-85ca-f8307db84659"><p>The PropertyTagArray_r structure is an encoding of the <b>PropTagArray</b>
data structure defined in <a href="/en-us/openspecs/exchange_server_protocols/MS-OXCDATA/1afa0cd9-b1a0-4520-b623-bf15030af5d8" data-linktype="absolute-path">[MS-OXCDATA]</a>.
The permissible number of <a href="1b8009c5-72bc-41da-bbab-612b31da4410#gt_7eb84614-827d-4b68-a71c-dd94eb0ad27f" data-linktype="relative-path">proptag</a>
values in the PropertyTagArray_r structure exceeds that of the <b>PropTagArray</b>
data structure. The semantic meaning is otherwise unchanged from the <b>PropTagArray</b>
data structure.</p><dl>
<dd>
<div><pre> typedef struct PropertyTagArray_r {
   DWORD cValues;
   [range(0,100001)] [size_is(cValues+1), length_is(cValues)] 
     DWORD aulPropTag[];
 } PropertyTagArray_r;
</pre></div>
</dd></dl><p><b>cValues:</b>  Encodes the <b>Count</b>
field of <b>PropTagArray</b>. This field MUST NOT exceed 100,000.</p><p><b>aulPropTag:</b>  Encodes the
PropertyTags field of <b>PropTagArray</b>.</p></div>