outlook - Java library for parsing out MAPI properties from an Exchange binary property? -
i've been doing work on exchange project using ews managed api java.
recently, ran particular property recipientrow formatted binary property, comes through byte array. able pick through , find necessary property searching array particular mapi tags, have wonder if there's free java library out there can used simplify process.
basically, need convenience methods/objects wrapped around large "map" of property tags type , other attributes each tag (i.e. 0x1f000330 string property represents email address , variable length). extreme example using exportitems function dump entire exchange object base 64 encoded string , pick through properties. imagine designed interface mapi or parse data outlook need this, code freely available?
i'm not talking picking open binary stream exchange. largely specific ews, binary data have been requested. recipientrows handled tagging method, , having map of tags, types, , other attributes can allow pick apart recipientrow , handle values.
i presume exportitems follow same format, prepended header information , flags, providing large chunk of binary data tags identifying particular values within. mistaken have not yet tried using exportitems (it's not built ews managed api, supported exchange, need build in), can't certain. given structure microsoft uses multi-property binary values, may valid in particular case.
attachments , such need handled in more generic fashion, of course, information on exchange items (ie, recipients appointment, body of email, etc) should accessible.
Comments
Post a Comment