Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 676 Bytes

File metadata and controls

58 lines (54 loc) · 676 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": "meganb@contoso.com"
\
        }
\
      }
\
    ],
\
    "attachments": [
\
      {
\
        "@odata.type": "#microsoft.graph.fileAttachment",
\
        "name": "attachment.txt",
\
        "contentType": "text/plain",
\
        "contentBytes": "SGVsbG8gV29ybGQh"
\
      }
\
    ]
\
  }
\
}
\
'