I am trying to retrieve an attachment from a lotus notes email using the EmbeddedObjects
array off of a NotesDocument
object. In my test, I ve set up an email with an attachment and am trying to process it. The HasEmbedded
property of the NotesDocument
object is returning true however the EmbeddedObjects
array of the NotesDocument
object is always nothing (null).
Any ideas what could be going on here? Why is the EmbeddedObjects array always nothing?