Převod e‑mailových zpráv v Pythonu
Contents
[
Hide
]
Aspose.Email – Převod e‑mailových zpráv
Pro převod e‑mailových zpráv pomocí Aspose.Email Java pro Python použijte následující kód.
Python kód
# Initialize and Load an existing EML file by specifying the MessageFormat
mailMessage = self.MailMessage
eml = mailMessage.load(self.dataDir + "Message.eml")
\# Save the Email message to disk in Unicode format
saveOptions= self.SaveOptions
eml.save(self.dataDir + "AnEmail.msg", saveOptions.getDefaultMsgUnicode())
\# Display Status
print "Converted email to msg successfully."
Stáhnout běžící kód
Stáhněte Převod e‑mailových zpráv (Aspose.Email) z kteréhokoli z níže uvedených sociálních kódovacích webů: