Skip to content

Commit af4fab2

Browse files
committed
Rectified errors
1 parent 3d5d83d commit af4fab2

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Get the properties and relationships of a messageRule object.
4141
### EXAMPLE 1
4242
```
4343
Import-Module Microsoft.Graph.Mail
44-
```
44+
4545
4646
# A UPN can also be used as -UserId.
4747
Get-MgUserMailFolderMessageRule -UserId $userId -MailFolderId $mailFolderId -MessageRuleId $messageRuleId
48-
48+
```
4949
## PARAMETERS
5050

5151
### -All

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Use this API to create a new Message in a mailfolder.
7575
### EXAMPLE 1
7676
```
7777
Import-Module Microsoft.Graph.Mail
78-
```
7978
8079
$params = @{
8180
receivedDateTime = \[System.DateTime\]::Parse("datetime-value")
@@ -91,7 +90,7 @@ $params = @{
9190
9291
# A UPN can also be used as -UserId.
9392
New-MgUserMailFolderMessage -UserId $userId -MailFolderId $mailFolderId -BodyParameter $params
94-
93+
```
9594
## PARAMETERS
9695

9796
### -AdditionalProperties

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Update-MgUserMailFolderMessageRule.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ Change writable properties on a messageRule object and save the changes.
5252
### EXAMPLE 1
5353
```
5454
Import-Module Microsoft.Graph.Mail
55-
```
56-
5755
$params = @{
5856
displayName = "Important from partner"
5957
actions = @{
@@ -63,7 +61,7 @@ $params = @{
6361
6462
# A UPN can also be used as -UserId.
6563
Update-MgUserMailFolderMessageRule -UserId $userId -MailFolderId $mailFolderId -MessageRuleId $messageRuleId -BodyParameter $params
66-
64+
```
6765
## PARAMETERS
6866

6967
### -Actions

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Update-MgUserMessage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Update the properties of a message object.
7575
### EXAMPLE 1
7676
```
7777
Import-Module Microsoft.Graph.Mail
78-
```
7978
8079
$params = @{
8180
subject = "subject-value"
@@ -88,7 +87,7 @@ $params = @{
8887
8988
# A UPN can also be used as -UserId.
9089
Update-MgUserMessage -UserId $userId -MessageId $messageId -BodyParameter $params
91-
90+
```
9291
## PARAMETERS
9392

9493
### -AdditionalProperties

0 commit comments

Comments
 (0)