Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 417 Bytes

File metadata and controls

22 lines (17 loc) · 417 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Mail

$params = @{
	AttachmentItem = @{
		attachmentType = "file"
		name = "scenary"
		size = 7208534
		isInline = $true
		contentId = "my_inline_picture"
	}
}

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