Skip to content

Commit 16a43c1

Browse files
authored
Update New-TransportRule.md
Added clarification for the AttachmentIsUnsupported predicate. Work Item ID in the ADO: 3152875
1 parent c457aa7 commit 16a43c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,11 +931,13 @@ This parameter specifies a condition or part of a condition for the rule. The na
931931

932932
In on-premises Exchange, this condition is only available on Mailbox servers.
933933

934-
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:
934+
935+
Mail flow rules only can inspect the content of supported file types. If the mail flow rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered. Supported file types for an attachment are listed here [Use mail flow rules to inspect message attachments in Exchange Online](/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments). Valid values are:
935936

936937
- $true: Look for unsupported file types in messages.
937938
- $false: Don't look for unsupported file types in messages.
938939

940+
To extend the list of supported file types in Exchange 2013 set up IFilter.
939941
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).
940942

941943
```yaml

0 commit comments

Comments
 (0)