< Back

New-ScoredEmailAddressObject

Sat Jan 18, 2020 1:35 pm

NAME New-ScoredEmailAddressObject



SYNOPSIS

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





SYNTAX

New-ScoredEmailAddressObject [-address <string>] [-ItemId <string>] [-relevanceScore <double>]

[-selectionLikelihood <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-address <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-relevanceScore <double>

The "relevanceScore" property, of type "Edm.Double".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-selectionLikelihood <string>

The "selectionLikelihood" property, of type "microsoft.graph.selectionLikelihoodInfo".



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



Valid values: 'notSpecified', 'high'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ItemId <string>

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



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