c# - How to create notes using EWS Managed API 2.0 -


even looking msdn's exchange 2013 - 101 code samples, not find example creating notes using ews managed api 2.0. on folders , items in ews in exchange, appropriate item type seems me postitem test failed trying create such items in notes folder. or, possible there no api creating notes in library?

a postitem isn't same note in notes folder. postitem's represent items message class of ipm.post. notes, on other hand, use message class ipm.stickynote. managed api has no direct support these items. can retrieve them emailmessage objects, , can create them emailmessage objects if manually set required properties. glen has write-up on blog: http://gsexdev.blogspot.com/2009/07/creating-sticky-notes-in-ews-managed.html


Comments