Hello, Does anyone have any sample code to take the contents of an uploaded file and add it as an attachment to an email message? Basically, I'm trying to load the contents of the FormFile object directtly to a mimeBodyPart object without writing the data to a temporary file first.
Thanks