< Back
New-MessageRulePredicatesObject
Post
NAME New-MessageRulePredicatesObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).
SYNTAX
New-MessageRulePredicatesObject [-bodyContains <string[]>] [-bodyOrSubjectContains <string[]>] [-categories
<string[]>] [-fromAddresses <object[]>] [-hasAttachments <bool>] [-headerContains <string[]>] [-importance
<string>] [-isApprovalRequest <bool>] [-isAutomaticForward <bool>] [-isAutomaticReply <bool>] [-isEncrypted
<bool>] [-isMeetingRequest <bool>] [-isMeetingResponse <bool>] [-isNonDeliveryReport <bool>]
[-isPermissionControlled <bool>] [-isReadReceipt <bool>] [-isSigned <bool>] [-isVoicemail <bool>]
[-messageActionFlag <string>] [-notSentToMe <bool>] [-recipientContains <string[]>] [-senderContains <string[]>]
[-sensitivity <string>] [-sentCcMe <bool>] [-sentOnlyToMe <bool>] [-sentToAddresses <object[]>] [-sentToMe <bool>]
[-sentToOrCcMe <bool>] [-subjectContains <string[]>] [-withinSizeRange <object>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).
PARAMETERS
-categories <string[]>
The "categories" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-subjectContains <string[]>
The "subjectContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyContains <string[]>
The "bodyContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyOrSubjectContains <string[]>
The "bodyOrSubjectContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-senderContains <string[]>
The "senderContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-recipientContains <string[]>
The "recipientContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-headerContains <string[]>
The "headerContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-messageActionFlag <string>
The "messageActionFlag" property, of type "microsoft.graph.messageActionFlag".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'any', 'call', 'doNotForward', 'followUp', 'fyi', 'forward', 'noResponseNecessary', 'read',
'reply', 'replyToAll', 'review'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-importance <string>
The "importance" property, of type "microsoft.graph.importance".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'low', 'normal', 'high'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sensitivity <string>
The "sensitivity" property, of type "microsoft.graph.sensitivity".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'normal', 'personal', 'private', 'confidential'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fromAddresses <object[]>
The "fromAddresses" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sentToAddresses <object[]>
The "sentToAddresses" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sentToMe <bool>
The "sentToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentOnlyToMe <bool>
The "sentOnlyToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentCcMe <bool>
The "sentCcMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentToOrCcMe <bool>
The "sentToOrCcMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-notSentToMe <bool>
The "notSentToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-hasAttachments <bool>
The "hasAttachments" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isApprovalRequest <bool>
The "isApprovalRequest" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isAutomaticForward <bool>
The "isAutomaticForward" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isAutomaticReply <bool>
The "isAutomaticReply" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isEncrypted <bool>
The "isEncrypted" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isMeetingRequest <bool>
The "isMeetingRequest" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isMeetingResponse <bool>
The "isMeetingResponse" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isNonDeliveryReport <bool>
The "isNonDeliveryReport" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isPermissionControlled <bool>
The "isPermissionControlled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isReadReceipt <bool>
The "isReadReceipt" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isSigned <bool>
The "isSigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isVoicemail <bool>
The "isVoicemail" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-withinSizeRange <object>
The "withinSizeRange" property, of type "microsoft.graph.sizeRange".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).
SYNTAX
New-MessageRulePredicatesObject [-bodyContains <string[]>] [-bodyOrSubjectContains <string[]>] [-categories
<string[]>] [-fromAddresses <object[]>] [-hasAttachments <bool>] [-headerContains <string[]>] [-importance
<string>] [-isApprovalRequest <bool>] [-isAutomaticForward <bool>] [-isAutomaticReply <bool>] [-isEncrypted
<bool>] [-isMeetingRequest <bool>] [-isMeetingResponse <bool>] [-isNonDeliveryReport <bool>]
[-isPermissionControlled <bool>] [-isReadReceipt <bool>] [-isSigned <bool>] [-isVoicemail <bool>]
[-messageActionFlag <string>] [-notSentToMe <bool>] [-recipientContains <string[]>] [-senderContains <string[]>]
[-sensitivity <string>] [-sentCcMe <bool>] [-sentOnlyToMe <bool>] [-sentToAddresses <object[]>] [-sentToMe <bool>]
[-sentToOrCcMe <bool>] [-subjectContains <string[]>] [-withinSizeRange <object>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).
PARAMETERS
-categories <string[]>
The "categories" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-subjectContains <string[]>
The "subjectContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyContains <string[]>
The "bodyContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyOrSubjectContains <string[]>
The "bodyOrSubjectContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-senderContains <string[]>
The "senderContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-recipientContains <string[]>
The "recipientContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-headerContains <string[]>
The "headerContains" property, of type "Edm.String".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-messageActionFlag <string>
The "messageActionFlag" property, of type "microsoft.graph.messageActionFlag".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'any', 'call', 'doNotForward', 'followUp', 'fyi', 'forward', 'noResponseNecessary', 'read',
'reply', 'replyToAll', 'review'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-importance <string>
The "importance" property, of type "microsoft.graph.importance".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'low', 'normal', 'high'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sensitivity <string>
The "sensitivity" property, of type "microsoft.graph.sensitivity".
This property is on the "microsoft.graph.messageRulePredicates" type.
Valid values: 'normal', 'personal', 'private', 'confidential'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fromAddresses <object[]>
The "fromAddresses" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sentToAddresses <object[]>
The "sentToAddresses" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sentToMe <bool>
The "sentToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentOnlyToMe <bool>
The "sentOnlyToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentCcMe <bool>
The "sentCcMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentToOrCcMe <bool>
The "sentToOrCcMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-notSentToMe <bool>
The "notSentToMe" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-hasAttachments <bool>
The "hasAttachments" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isApprovalRequest <bool>
The "isApprovalRequest" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isAutomaticForward <bool>
The "isAutomaticForward" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isAutomaticReply <bool>
The "isAutomaticReply" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isEncrypted <bool>
The "isEncrypted" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isMeetingRequest <bool>
The "isMeetingRequest" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isMeetingResponse <bool>
The "isMeetingResponse" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isNonDeliveryReport <bool>
The "isNonDeliveryReport" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isPermissionControlled <bool>
The "isPermissionControlled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isReadReceipt <bool>
The "isReadReceipt" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isSigned <bool>
The "isSigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isVoicemail <bool>
The "isVoicemail" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-withinSizeRange <object>
The "withinSizeRange" property, of type "microsoft.graph.sizeRange".
This property is on the "microsoft.graph.messageRulePredicates" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS