Skip to content

Commit a896781

Browse files
authored
Merge pull request #10895 from m-nestorovic/patch-16
Update Set-TransportRule.md
2 parents 5b604c8 + fcadda5 commit a896781

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,12 +929,16 @@ This parameter specifies a condition or part of a condition for the rule. The na
929929

930930
In on-premises Exchange, this condition is only available on Mailbox servers.
931931

932-
The AttachmentIsUnsupported parameter specifies a condition that looks for unsupported file types in messages. Unsupported file types are message attachments that aren't natively recognized by Exchange, and the required IFilter isn't installed. Valid values are:
932+
The AttachmentIsUnsupported parameter specifies a condition that looks for unsupported file types in messages. Valid values are:
933933

934934
- $true: Look for unsupported file types in messages.
935935
- $false: Don't look for unsupported file types in messages.
936936

937-
For more information, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
937+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered.
938+
939+
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
940+
941+
In Exhange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
938942

939943
```yaml
940944
Type: Boolean

0 commit comments

Comments
 (0)