MCPcopy Index your code
hub / github.com/O365/python-o365 / importance

Method importance

O365/message.py:555–562  ·  view source on GitHub ↗

Importance of the message :getter: Get the current priority of the message :setter: Set a different importance level :type: str or ImportanceLevel

(self)

Source from the content-addressed store, hash-verified

553
554 @property
555 def importance(self):
556 """ Importance of the message
557
558 :getter: Get the current priority of the message
559 :setter: Set a different importance level
560 :type: str or ImportanceLevel
561 """
562 return self.__importance
563
564 @importance.setter
565 def importance(self, value):

Callers

nothing calls this directly

Calls 2

from_valueMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected