microsoft/Vipr

What is the purpose of the FileAttachment.ContentLocation property

Closed this issue · 1 comments

We have had questions from developers (such as here, on StackOverflow: http://stackoverflow.com/questions/28031435/office-365-send-email-with-attachment-using-outlookservicesclient) about attaching files to emails. It appears that the only way to get a file attachment to work is to convert the file into a MemoryStream object and set that as the value of the FileAttachment.ContentBytes property.

What is the purpose, then, of the ContentLocation property?

v-am commented

This doesn't belong to Vipr project.