Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 613 Bytes

File metadata and controls

58 lines (54 loc) · 613 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users send-mail post --user-id {user-id} --body '{
\
  "message": {
\
    "subject": "Meet for lunch?",
\
    "body": {
\
      "contentType": "Text",
\
      "content": "The new cafeteria is open."
\
    },
\
    "toRecipients": [
\
      {
\
        "emailAddress": {
\
          "address": "frannis@contoso.com"
\
        }
\
      }
\
    ],
\
    "ccRecipients": [
\
      {
\
        "emailAddress": {
\
          "address": "danas@contoso.com"
\
        }
\
      }
\
    ]
\
  },
\
  "saveToSentItems": "false"
\
}
\
'