Hi,
Email.Attachment.ContentStream which will return the attachment as stream is a useful property, so we don’t need to save it to MemoryStream and load it back, involving us in SaveOptions and then LoadOptions… which can be destructive!
But my queries:
-
What’s the MapiAttachment equivalent? MapiAttachment.Content? I hope not, because .Content is defined as Object?!!! If there’s no MapiAttachment equivalent to return the content as memory stream, can I request a MapiAttachment.ContentStream property?
-
What about the MailMessage/MapiMessage .ContentStream? Can I also request them to be considered?
Best