Results 3 comments of Ben Gin

I've tried it out, but no success. Adding a "from" argument to either one of `create_emaill()` and `send()` both give the error: "unused argument (from = ...)"

I tried modifying the `build_email_request` method, to add a "from" arguement: ``` build_email_request.blastula_message

Based on your comment about looking at the `object$update()` method and looking at this link where I am led to believe "sender" is a valid property: https://docs.microsoft.com/en-us/graph/outlook-send-mail-from-other-user I then changed...