< Back

New-MessageRuleActionsObject

Sat Jan 18, 2020 12:38 pm

NAME New-MessageRuleActionsObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.messageRuleActions" (or one of its derived types).





SYNTAX

New-MessageRuleActionsObject [-assignCategories <string[]>] [-copyToFolder <string>] [-delete <bool>]

[-forwardAsAttachmentTo <object[]>] [-forwardTo <object[]>] [-markAsRead <bool>] [-markImportance <string>]

[-moveToFolder <string>] [-permanentDelete <bool>] [-redirectTo <object[]>] [-stopProcessingRules <bool>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.messageRuleActions" (or one of its derived types).





PARAMETERS

-moveToFolder <string>

The "moveToFolder" property, of type "Edm.String".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-copyToFolder <string>

The "copyToFolder" property, of type "Edm.String".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-delete <bool>

The "delete" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-permanentDelete <bool>

The "permanentDelete" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-markAsRead <bool>

The "markAsRead" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-markImportance <string>

The "markImportance" property, of type "microsoft.graph.importance".



This property is on the "microsoft.graph.messageRuleActions" type.



Valid values: 'low', 'normal', 'high'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-forwardTo <object[]>

The "forwardTo" property, of type "microsoft.graph.recipient".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-forwardAsAttachmentTo <object[]>

The "forwardAsAttachmentTo" property, of type "microsoft.graph.recipient".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-redirectTo <object[]>

The "redirectTo" property, of type "microsoft.graph.recipient".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-assignCategories <string[]>

The "assignCategories" property, of type "Edm.String".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-stopProcessingRules <bool>

The "stopProcessingRules" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.messageRuleActions" type.



Required? false

Position? named

Default value False

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