Independentsoft
- any library, any programming language
Home
Purchase
Support
Company
Contact
MSG PY
>
Tutorial
> Create note
The following example shows you how to create a note.
from independentsoft.msg import Message from independentsoft.msg import NoteColor note = Message() note.message_class = "IPM.StickyNote" note.subject = "Test" note.body = "Body text" note.note_color = NoteColor.GREEN note.note_top = 200 note.note_left = 300 note.note_height = 200 note.note_width = 250 note.save("e:\\note.msg")
Need help? Ask our developers:
Name*
Email*
Message*