המרת הודעות אימייל ב-Python

Aspose.Email - המרת הודעות אימייל

להמרת הודעות אימייל באמצעות Aspose.Email Java for Python, השתמש בקוד הבא.

קוד Python


 # 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."

הורד קוד רץ

הורד את Converting Email Messages (Aspose.Email) מאתרי הקוד החברתי המופיעים למטה: