You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ExceptIfBodyContainsWords parameter specifies an exception for the Inbox rule that looks for the specified words or phrases in the body of messages.
418
420
419
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
421
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
422
+
423
+
The maximum length of this parameter is 255 characters.
420
424
421
425
The corresponding condition parameter to this exception is BodyContainsWords.
The ExceptIfFromAddressContainsWords parameter specifies an exception for the Inbox rule that looks for messages where the specified words are in the sender's email address.
495
499
496
-
You can specify multiple values separated by commas.
500
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
501
+
502
+
The maximum length of this parameter is 255 characters.
497
503
498
504
The corresponding condition parameter to this exception is FromAddressContainsWords.
The HeaderContainsWords parameter specifies an exception for the Inbox rule that looks for the specified words or phrases in the header fields of messages.
554
560
555
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
561
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
562
+
563
+
The maximum length of this parameter is 255 characters.
556
564
557
565
The corresponding condition parameter to this exception is HeaderContainsWords.
The ExceptIfRecipientAddressContainsWords parameter specifies an exception for the Inbox rule that looks for messages where the specified words are in recipient email addresses.
728
736
729
-
You can specify multiple values separated by commas.
737
+
You can specify multiple values separated by commas. The maximum length of this parameter is 255 characters.
730
738
731
739
The corresponding condition parameter to this exception is RecipientAddressContainsWords.
The ExceptIfSubjectContainsWords parameter specifies an exception for the Inbox rule that looks for the specified words or phrases in the Subject field of messages.
796
804
797
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
805
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
806
+
807
+
The maximum length of this parameter is 255 characters.
798
808
799
809
The corresponding condition parameter to this exception is SubjectContainsWords.
The ExceptIfSubjectOrBodyContainsWords parameter specifies an exception for the Inbox rule that looks for the specified words or phrases in the Subject field or body of messages.
816
826
817
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
827
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
818
828
819
-
The corresponding condition parameter to this exception is ExceptIfSubjectOrBodyContainsWords.
829
+
The maximum length of this parameter is 255 characters.
830
+
831
+
The corresponding condition parameter to this exception is SubjectOrBodyContainsWords.
The FromAddressContainsWords parameter specifies a condition for the Inbox rule that looks for messages where the specified words are in the sender's email address.
1064
1076
1065
-
You can specify multiple values separated by commas.
1077
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
1078
+
1079
+
The maximum length of this parameter is 255 characters.
1066
1080
1067
1081
The corresponding exception parameter to this condition is ExceptIfFromAddressContainsWords.
The HeaderContainsWords parameter specifies a condition for the Inbox rule that looks for the specified words or phrases in the header fields of messages.
1123
1137
1124
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
1138
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
1139
+
1140
+
The maximum length of this parameter is 255 characters.
1125
1141
1126
1142
The corresponding exception parameter to this condition is ExceptIfHeaderContainsWords.
The RecipientAddressContainsWords parameter specifies a condition for the Inbox rule that looks for messages where the specified words are in recipient email addresses.
1429
1445
1430
-
You can specify multiple values separated by commas.
1446
+
You can specify multiple values separated by commas. The maximum length of this parameter is 255 characters.
1431
1447
1432
1448
The corresponding exception parameter to this condition is ExceptIfRecipientAddressContainsWords.
The SubjectContainsWords parameter specifies a condition for the Inbox rule that looks for the specified words or phrases in the Subject field of messages.
1579
1595
1580
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
1596
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
1597
+
1598
+
The maximum length of this parameter is 255 characters.
1581
1599
1582
1600
The corresponding exception parameter to this condition is ExceptIfSubjectContainsWords.
The SubjectOrBodyContainsWords parameter specifies a condition for the Inbox rule that looks for the specified words or phrases in the Subject field or body of messages.
1599
1617
1600
-
If the phrase contains spaces, you need to enclose the value in quotation marks. You can specify multiple values separated by commas.
1618
+
To specify multiple words or phrases, use the following syntax: `Word1,"Phrase with spaces",word2,...wordN`. Don't use leading or trailing spaces.
1619
+
1620
+
The maximum length of this parameter is 255 characters.
1601
1621
1602
1622
The corresponding exception parameter to this condition is ExceptIfSubjectOrBodyContainsWords.
0 commit comments