2018. november 2., péntek 6:00:33 UTC+1 időpontban Navindra Kumar a következőt írta: > > I want to create a file in Microsoft Outlook .msg format on my local > machine by using Golang so that when a user clicks on the .msg file it > could open in MS Outlook. Please help if anybody has done it. >
Theoretically, you can - start with https://metacpan.org/pod/Email::Outlook::Message and Microsoft documentation and lot of example files and re-implement that horrible proprietary format. Practically, use something simple and well understood - .EML - that's simple text, as on the wire (MIME encoded). See RFC5322. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.