Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are Exchange Web Services: ExtendedPropertyDefinition IDs defined?

In researching how to use Exchange Web Services, I see examples like this

Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime)
Dim PR_SEARCH_KEY As New ExtendedPropertyDefinition(12299, MapiPropertyType.Binary)

That first parameter is an int that represents the property ID. Can anyone give me a pointer to where those ID numbers are defined?

like image 723
Dave C Avatar asked Jan 11 '10 21:01

Dave C


People also ask

What is Microsoft Exchange ID?

Users can see the unique device identifier called the Exchange Device ID, which is recognized by Exchange. A user can supply this identifier to you so that the device can be approved and allowed access to Exchange services. The Exchange Device ID changes only if the device is restored to factory settings.


1 Answers

Those are called Microsoft Exchange Property Tags and can be found here

like image 168
Alfred Myers Avatar answered Sep 19 '22 19:09

Alfred Myers