< Back

New-ConversationObject

Sat Jan 18, 2020 12:12 pm

NAME New-ConversationObject



SYNOPSIS

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





SYNTAX

New-ConversationObject [-hasAttachments <bool>] [-lastDeliveredDateTime <DateTimeOffset>] [-preview <string>]

[-threads <object[]>] [-topic <string>] [-uniqueSenders <string[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-topic <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hasAttachments <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-lastDeliveredDateTime <DateTimeOffset>

The "lastDeliveredDateTime" property, of type "Edm.DateTimeOffset".



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



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-uniqueSenders <string[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-preview <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-threads <object[]>

The "threads" property, of type "microsoft.graph.conversationThread".



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