MCPcopy Create free account
hub / github.com/O365/python-o365 / address

Method address

O365/utils/utils.py:138–145  ·  view source on GitHub ↗

Email address of the recipient :getter: Get the email address :setter: Set and update the email address :type: str

(self)

Source from the content-addressed store, hash-verified

136
137 @property
138 def address(self):
139 """ Email address of the recipient
140
141 :getter: Get the email address
142 :setter: Set and update the email address
143 :type: str
144 """
145 return self._address
146
147 @address.setter
148 def address(self, value):

Callers

nothing calls this directly

Calls 1

_track_changesMethod · 0.95

Tested by

no test coverage detected