< Back

New-AutomaticRepliesMailTipsObject

Sat Jan 18, 2020 12:10 pm

NAME New-AutomaticRepliesMailTipsObject



SYNOPSIS

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





SYNTAX

New-AutomaticRepliesMailTipsObject [-message <string>] [-messageLanguage <object>] [-scheduledEndTime <object>]

[-scheduledStartTime <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-message <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-messageLanguage <object>

The "messageLanguage" property, of type "microsoft.graph.localeInfo".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-scheduledStartTime <object>

The "scheduledStartTime" property, of type "microsoft.graph.dateTimeTimeZone".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-scheduledEndTime <object>

The "scheduledEndTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.automaticRepliesMailTips" 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