Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 6, 2020
1 parent 5e63de5 commit f6e8382
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion Docs/Get-MailMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ schema: 2.0.0

```
Get-MailMessage [[-UserPrincipalName] <String>] [[-Credential] <PSCredential>] [-All] [[-Limit] <Int32>]
[<CommonParameters>]
[[-Property] <String[]>] [[-Filter] <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -61,6 +61,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Filter
{{ Fill Filter Description }}
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Limit
{{ Fill Limit Description }}
Expand All @@ -76,6 +91,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Property
{{ Fill Property Description }}
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: createdDateTime, lastModifiedDateTime, changeKey, categories, receivedDateTime, sentDateTime, hasAttachments, internetMessageId, subject, bodyPreview, importance, parentFolderId, conversationId, conversationIndex, isDeliveryReceiptRequested, isReadReceiptRequested, isRead, isDraft, webLink, inferenceClassification, body, sender, from, toRecipients, ccRecipients, bccRecipients, replyTo, flag

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -UserPrincipalName
{{ Fill UserPrincipalName Description }}
Expand Down

0 comments on commit f6e8382

Please sign in to comment.