Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 293 Bytes

File metadata and controls

16 lines (11 loc) · 293 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Mail

$params = @{
	comment = "comment-value"
}

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