Comments
-
Hi Rinat, I've managed to resolve the issue. It looks like it was something I did wrong. New code attached below. HttpClient client = new HttpClient(); HttpRequestMessage message = new HttpRequestMessage(); FileStream f = File.Open(attachment.AttachmentContent.Path, FileMode.Open); MultipartFormDataContent form = new…