Skip to content

Commit

Permalink
back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
optimygmbh committed Oct 22, 2024
1 parent 4631107 commit f1f86d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions office365/outlook/mail/messages/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ def create_reply_all(self):
You can then update the draft to add reply content to the body or change other message properties, or,
simply send the draft.
"""
return_type = Message(self.context)
qry = ServiceOperationQuery(
self, "createReplyAll", None, None, None, return_type
)
qry = ServiceOperationQuery(self, "createReplyAll")
self.context.add_query(qry)
return self

Expand Down

0 comments on commit f1f86d1

Please sign in to comment.