Skip to content

Commit f7cb797

Browse files
committed
Rectified errors
1 parent fa80788 commit f7cb797

11 files changed

+32
-21
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ Nullable.
4646
### EXAMPLE 1
4747
```
4848
Import-Module Microsoft.Graph.Mail
49-
```
5049
5150
# A UPN can also be used as -UserId.
5251
Get-MgUserMessage -UserId $userId -MessageId $messageId
5352
53+
```
5454
### EXAMPLE 2
5555
```
5656
Import-Module Microsoft.Graph.Mail
57-
```
5857
5958
# A UPN can also be used as -UserId.
6059
Get-MgUserMessage -UserId $userId -MessageId $messageId -ExpandProperty "microsoft.graph.eventMessage/event"
6160
61+
```
6262
## PARAMETERS
6363

6464
### -All
@@ -303,3 +303,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
303303
304304
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/get-mgusermessage](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/get-mgusermessage)
305305
306+

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,43 +44,43 @@ An attachment can be one of the following types: All these types of attachments
4444
### EXAMPLE 1
4545
```
4646
Import-Module Microsoft.Graph.Mail
47-
```
4847
4948
# A UPN can also be used as -UserId.
5049
Get-MgUserMessageAttachment -UserId $userId -MessageId $messageId -AttachmentId $attachmentId
5150
51+
```
5252
### EXAMPLE 2
5353
```
5454
Import-Module Microsoft.Graph.Mail
55-
```
5655
5756
# A UPN can also be used as -UserId.
5857
Get-MgUserMessageAttachment -UserId $userId -MessageId $messageId -AttachmentId $attachmentId
5958
59+
```
6060
### EXAMPLE 3
6161
```
6262
Import-Module Microsoft.Graph.Mail
63-
```
6463
6564
# A UPN can also be used as -UserId.
6665
Get-MgUserMessageAttachment -UserId $userId -MessageId $messageId -AttachmentId $attachmentId -ExpandProperty "microsoft.graph.itemattachment/item"
6766
67+
```
6868
### EXAMPLE 4
6969
```
7070
Import-Module Microsoft.Graph.Mail
71-
```
7271
7372
# A UPN can also be used as -UserId.
7473
Get-MgUserMessageAttachment -UserId $userId -MessageId $messageId -AttachmentId $attachmentId -ExpandProperty "microsoft.graph.itemattachment/item"
7574
75+
```
7676
### EXAMPLE 5
7777
```
7878
Import-Module Microsoft.Graph.Mail
79-
```
8079
8180
# A UPN can also be used as -UserId.
8281
Get-MgUserMessageAttachment -UserId $userId -MessageId $messageId -AttachmentId $attachmentId
8382
83+
```
8484
## PARAMETERS
8585

8686
### -All
@@ -310,3 +310,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
310310
311311
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/get-mgusermessageattachment](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/get-mgusermessageattachment)
312312
313+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Future messages from that SMTP address will be consistently classified\nas speci
5353
### EXAMPLE 1
5454
```
5555
Import-Module Microsoft.Graph.Mail
56-
```
5756
5857
$params = @{
5958
classifyAs = "focused"
@@ -66,6 +65,7 @@ $params = @{
6665
# A UPN can also be used as -UserId.
6766
New-MgUserInferenceClassificationOverride -UserId $userId -BodyParameter $params
6867
68+
```
6969
## PARAMETERS
7070

7171
### -AdditionalProperties
@@ -254,3 +254,4 @@ SENDEREMAILADDRESS \<IMicrosoftGraphEmailAddress\>: emailAddress
254254
255255
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mguserinferenceclassificationoverride](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mguserinferenceclassificationoverride)
256256
257+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Create a new mailSearchFolder in the specified user's mailbox.
5757
### EXAMPLE 1
5858
```
5959
Import-Module Microsoft.Graph.Mail
60-
```
6160
6261
$params = @{
6362
"@odata.type" = "microsoft.graph.mailSearchFolder"
@@ -72,6 +71,7 @@ $params = @{
7271
# A UPN can also be used as -UserId.
7372
New-MgUserMailFolderChildFolder -UserId $userId -MailFolderId $mailFolderId -BodyParameter $params
7473
74+
```
7575
## PARAMETERS
7676

7777
### -AdditionalProperties
@@ -884,3 +884,4 @@ Read-only.
884884
885885
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermailfolderchildfolder](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermailfolderchildfolder)
886886
887+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Outlook carries out those actions if an incoming message in the user's Inbox mee
5454
### EXAMPLE 1
5555
```
5656
Import-Module Microsoft.Graph.Mail
57-
```
5857
5958
$params = @{
6059
displayName = "From partner"
@@ -81,6 +80,7 @@ $params = @{
8180
# A UPN can also be used as -UserId.
8281
New-MgUserMailFolderMessageRule -UserId $userId -MailFolderId $mailFolderId -BodyParameter $params
8382
83+
```
8484
## PARAMETERS
8585

8686
### -Actions
@@ -524,3 +524,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
524524
525525
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessagerule](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessagerule)
526526
527+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ An attachment can be one of the following types: All these types of attachment r
5151
### EXAMPLE 1
5252
```
5353
Import-Module Microsoft.Graph.Mail
54-
```
5554
5655
$params = @{
5756
"@odata.type" = "microsoft.graph.fileAttachment"
@@ -65,6 +64,7 @@ $params = @{
6564
# A UPN can also be used as -UserId.
6665
New-MgUserMessageAttachment -UserId $userId -MessageId $messageId -BodyParameter $params
6766
67+
```
6868
## PARAMETERS
6969

7070
### -AdditionalProperties
@@ -309,3 +309,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
309309
310310
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermessageattachment](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/new-mgusermessageattachment)
311311
312+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Remove-MgUserInferenceClassificationOverride.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Delete an override specified by its ID.
3535
### EXAMPLE 1
3636
```
3737
Import-Module Microsoft.Graph.Mail
38-
```
3938
4039
# A UPN can also be used as -UserId.
4140
Remove-MgUserInferenceClassificationOverride -UserId $userId -InferenceClassificationOverrideId $inferenceClassificationOverrideId
4241
42+
```
4343
## PARAMETERS
4444

4545
### -IfMatch
@@ -179,3 +179,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
179179
180180
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mguserinferenceclassificationoverride](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mguserinferenceclassificationoverride)
181181
182+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Remove-MgUserMailFolder.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ You can specify a mail folder by its folder ID, or by its well-known folder name
3939
### EXAMPLE 1
4040
```
4141
Import-Module Microsoft.Graph.Mail
42-
```
4342
4443
# A UPN can also be used as -UserId.
4544
Remove-MgUserMailFolder -UserId $userId -MailFolderId $mailFolderId
4645
46+
```
4747
## PARAMETERS
4848

4949
### -IfMatch
@@ -183,3 +183,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
183183
184184
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermailfolder](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermailfolder)
185185
186+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Delete the specified messageRule object.
3535
### EXAMPLE 1
3636
```
3737
Import-Module Microsoft.Graph.Mail
38-
```
3938
4039
# A UPN can also be used as -UserId.
4140
Remove-MgUserMailFolderMessageRule -UserId $userId -MailFolderId $mailFolderId -MessageRuleId $messageRuleId
4241
42+
```
4343
## PARAMETERS
4444

4545
### -IfMatch
@@ -194,3 +194,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
194194
195195
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermailfoldermessagerule](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermailfoldermessagerule)
196196
197+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Delete eventMessage.
3535
### EXAMPLE 1
3636
```
3737
Import-Module Microsoft.Graph.Mail
38-
```
3938
4039
# A UPN can also be used as -UserId.
4140
Remove-MgUserMessage -UserId $userId -MessageId $messageId
4241
42+
```
4343
## PARAMETERS
4444

4545
### -IfMatch
@@ -179,3 +179,4 @@ INPUTOBJECT \<IMailIdentity\>: Identity Parameter
179179
180180
[https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermessage](https://learn.microsoft.com/powershell/module/microsoft.graph.mail/remove-mgusermessage)
181181
182+

0 commit comments

Comments
 (0)