Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 381 Bytes

File metadata and controls

21 lines (16 loc) · 381 Bytes
description Automatically generated file. DO NOT MODIFY

Import-Module Microsoft.Graph.Mail

$params = @{
	subject = "subject-value"
	body = @{
		contentType = ""
		content = "content-value"
	}
	inferenceClassification = "other"
}

# A UPN can also be used as -UserId.
Update-MgUserMessage -UserId $userId -MessageId $messageId -BodyParameter $params