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

Method cc

O365/message.py:504–506  ·  view source on GitHub ↗

'CC' list of recipients

(self)

Source from the content-addressed store, hash-verified

502
503 @property
504 def cc(self):
505 """ 'CC' list of recipients """
506 return self.__cc
507
508 @property
509 def bcc(self):

Callers 2

addMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected