< Back

New-RecipientObject

Sat Jan 18, 2020 1:32 pm

NAME New-RecipientObject



SYNOPSIS

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





SYNTAX

New-RecipientObject -recipient <SwitchParameter> [-emailAddress <object>] [<CommonParameters>]



New-RecipientObject -attendeeBase <SwitchParameter> [-emailAddress <object>] [-type <string>] [<CommonParameters>]



New-RecipientObject -attendee <SwitchParameter> [-emailAddress <object>] [-status <object>] [-type <string>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-recipient <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.recipient" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-emailAddress <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-attendeeBase <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.attendeeBase"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-type <string>

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



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



Valid values: 'required', 'optional', 'resource'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-attendee <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.attendee" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-status <object>

The "status" property, of type "microsoft.graph.responseStatus".



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