In a outlook web add-in suddenly stops giving email address for sender/from object

前端 未结 1 1576
清酒与你
清酒与你 2021-01-20 09:15

In my outlook web addin it suddenly stops giving email address of from & sender object, My code looks like:

isSentItem() {
    return Office.context.mail         


        
相关标签:
1条回答
  • 2021-01-20 09:44

    If you are running this in your sent items folder as an example, this is a known issue and being addressed! This should however not happen for messages that are delivered to you (as in on the messages in the inbox).

    0 讨论(0)
提交回复
热议问题