Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 496 Bytes

File metadata and controls

20 lines (15 loc) · 496 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.ChangeNotifications

$params = @{
	changeType = "created"
	notificationUrl = "https://webhook.azurewebsites.net/api/send/myNotifyClient"
	resource = "me/mailFolders('Inbox')/messages"
	expirationDateTime = [System.DateTime]::Parse("2016-11-20T18:23:45.9356913Z")
	clientState = "secretClientValue"
	latestSupportedTlsVersion = "v1_2"
}

New-MgSubscription -BodyParameter $params