Exchange web services: why is ItemId not constant?

后端 未结 3 1264
名媛妹妹
名媛妹妹 2020-12-17 16:50

I write a small application, which should automatically process the emails from a public folder. For each email, we want to save some metadata, in a database.

I wan

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 17:33

    you have to convert the EntryItemId to EWS unique item id then you can use as primary key to create an entry into the DB

    Have a look at:

    http://blogs.msdn.com/b/brijs/archive/2010/09/09/how-to-convert-exchange-item-s-entryid-to-ews-unique-itemid-via-ews-managed-api-convertid-call.aspx

提交回复
热议问题