Tworzenie i zapisywanie notatek Outlook w Pythonie
Contents
[
Hide
]
Aspose.Email - Tworzenie i zapisywanie notatek Outlook
Aby utworzyć i zapisać notatki Outlook przy użyciu Aspose.Email Java for Python, użyj poniższego kodu.
Kod Python
note = self.MapiNote()
note.setSubject(\"Blue color note\")
note.setBody(\"This is a blue color note\")
noteColor = self.NoteColor
note.setColor(noteColor.Blue)
note.setHeight(500)
note.setWidth(500)
noteSaveFormat = self.NoteSaveFormat
note.save(self.dataDir + \"MapiNote.msg\", noteSaveFormat.Msg)
print \"Created outlook note successfully.\"Pobierz działający kod
Pobierz Creating and Saving Outlook Notes (Aspose.Email) z dowolnej z poniżej wymienionych platform kodowania społecznego: