When an image is embedded into the mail body using a content ID, the image is attached to the mail and gets certain attributes.
Like IsInline and ContentId. Those are necessary for a viewer to insert the image in the body at the referenced position.
But as of right now, those attributes cannot be accessed with the ews::attachment class.
I'm planing to implement those ASAP.
Should be easy since the ews::attachment class keeps the xml and just needs some getter functions.
When an image is embedded into the mail body using a content ID, the image is attached to the mail and gets certain attributes.
Like IsInline and ContentId. Those are necessary for a viewer to insert the image in the body at the referenced position.
But as of right now, those attributes cannot be accessed with the ews::attachment class.
I'm planing to implement those ASAP.
Should be easy since the ews::attachment class keeps the xml and just needs some getter functions.