Convert from System.IO.MemoryStream to Outlook.MailItem?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.

We are currently working on an Drag 'n Drop feature from Outlook to a document library in SPS by using a WinForms Control hosted in IE.
Short version: We have implemented it by copying data from memory to a byte array, and then add the byte array to the document library.

However, requirements tend to change :-) We now need to access different meta data, many of which is found as properties in Outlook.MailItem.

Is there a simple solution to convert/cast a byte array (or some other integer array) to an Outlook.MailItem?


Regards,
Arild
 
Back
Top