在研究如何使用Exchange Web服务时,我看到了这样的示例
Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime)
Dim PR_SEARCH_KEY As New ExtendedPropertyDefinition(12299, MapiPropertyType.Binary)
Run Code Online (Sandbox Code Playgroud)
第一个参数是一个表示属性ID的int.任何人都可以给我一个指向这些ID号定义位置的指针吗?