c# - Access CustomProperties set using office365 JS APIs from EWS or REST API -
i have office 365 mail app stores value in custom property before item saved. when item saved want access property using server-side application. reading through custom properties documentation tells me can't access custom properties created using js api using other service ews since these not mapi properties. there workarounds ? possible access these using rest apis ?
actually, documented stored , in format. [ms-oxcext] specification provides specifics. values stored json dictionary in custom property on item. should able use ews read custom property extendedproperty
.
update: after discussing folks internally, should disclaim isn't supported method mrpiao indicated. stated, storage design change, break app if depend on current design. concern don't want lead down path becomes unworkable :). if can describe end goal is, perhaps can suggest more durable solution.
Comments
Post a Comment