Clearly documented reading of emails functionality with python win32com outlook

前端 未结 5 848
梦谈多话
梦谈多话 2020-12-12 09:27

I\'m trying to understand outlook interaction through win32com better. I\'ve been unable to find clear documentation that allows me to utilise win32com to read emails effec

5条回答
  •  借酒劲吻你
    2020-12-12 09:50

    The visual basic for applications reference is your friend here. Try starting with this link...

    Interop Outlook Mailitem Properties

    For instance I can see that message will probably have additional properties than what you listed above. For example.

    • message.CC
    • message.Importance
    • message.LastModificationTime

提交回复
热议问题