J
jpatel7
Guest
Thank you guys for the help. I did not need any header for the file. I copied the file contents to memptr variable. Then, this code worked for me: lv-messagePart = new MessagePart("application/octet-stream", new String(lv-fileLongChar)). lv-multiPartEntity:AddPart(lv-messagePart).
Continue reading...
Continue reading...