Copy data from EWS Extended property to Outlook item UserProperty -



Copy data from EWS Extended property to Outlook item UserProperty -

in plugin utilize extendedproperty save metadata on it. set values of extendedproperties using ews. receive requirement not utilize ews anymore , it's allowed connect outlook only. see can utilize userpropery of mailitem. have migrate old info way. firs come mind query items have specific extended property using ews , re-create values mailitem.userproperty. know how query ews or maybe have ideas how migrate data?

using extendedproperties ews creates custom mapi properties on outlook items, accessible in outlook object model via userproperties collection or via propertyaccessor. shouldn't need migrate anything.

outlook outlook-addin ews

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -