< Back

New-MailTipsObject

Sat Jan 18, 2020 12:35 pm

NAME New-MailTipsObject



SYNOPSIS

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





SYNTAX

New-MailTipsObject [-automaticReplies <object>] [-customMailTip <string>] [-deliveryRestricted <bool>]

[-emailAddress <object>] [-error <object>] [-externalMemberCount <int>] [-isModerated <bool>] [-mailboxFull

<bool>] [-maxMessageSize <int>] [-recipientScope <string>] [-recipientSuggestions <object[]>] [-totalMemberCount

<int>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-emailAddress <object>

The "emailAddress" property, of type "microsoft.graph.emailAddress".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-automaticReplies <object>

The "automaticReplies" property, of type "microsoft.graph.automaticRepliesMailTips".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-mailboxFull <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-customMailTip <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalMemberCount <int>

The "externalMemberCount" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-totalMemberCount <int>

The "totalMemberCount" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-deliveryRestricted <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isModerated <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-recipientScope <string>

The "recipientScope" property, of type "microsoft.graph.recipientScopeType".



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



Valid values: 'none', 'internal', 'external', 'externalPartner', 'externalNonPartner'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-recipientSuggestions <object[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-maxMessageSize <int>

The "maxMessageSize" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-error <object>

The "error" property, of type "microsoft.graph.mailTipsError".



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