| 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"
\
}
\
]
\
}
\
}
\
'