< Back

New-ContactFolderObject

Sat Jan 18, 2020 12:11 pm

NAME New-ContactFolderObject



SYNOPSIS

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





SYNTAX

New-ContactFolderObject [-childFolders <object[]>] [-contacts <object[]>] [-displayName <string>]

[-multiValueExtendedProperties <object[]>] [-parentFolderId <string>] [-singleValueExtendedProperties <object[]>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-parentFolderId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-contacts <object[]>

The "contacts" property, of type "microsoft.graph.contact".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-childFolders <object[]>

The "childFolders" property, of type "microsoft.graph.contactFolder".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-singleValueExtendedProperties <object[]>

The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-multiValueExtendedProperties <object[]>

The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".



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