English 中文(简体)
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?

最佳回答

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

问题回答

Have a look at Outlook Spy. It can tell you those numbers. There is a screen shot on that site that shows how to get them.





相关问题
Exchange Server and SAS 9.1.3/9.2

has anyone successfully interacted with a microsoft exchange server in SAS 9.1.3 or 9.2? i know it can be done with SAS Ent. Guide 4.x, but i m not interested in that route if regular SAS can do it.

What is better practice for error notification by email

This question is language independent. I have an application that handles requests in a loop. During this loop for each request multiple actions are taken. These actions are sitting inside try / ...

getting access to outlook exchange global address book

i am building a csharp application and i would like a dropdown list of all users in my outlook global address book (the same one when i click on To: from outlook gui. is this possible to get this ...

Quitting Fasthosts and Need a Managed Email Provider

Fasthosts email service has been down all day so both us and our clients have been without email. Not really good news for a web development company. Even their site is down! After the fiasco the ...

热门标签