< Back

New-ConversationThreadObject

Sat Jan 18, 2020 12:12 pm

NAME New-ConversationThreadObject



SYNOPSIS

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





SYNTAX

New-ConversationThreadObject [-ccRecipients <object[]>] [-hasAttachments <bool>] [-isLocked <bool>]

[-lastDeliveredDateTime <DateTimeOffset>] [-posts <object[]>] [-preview <string>] [-topic <string>] [-toRecipients

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





DESCRIPTION

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





PARAMETERS

-toRecipients <object[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-topic <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ccRecipients <object[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isLocked <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-posts <object[]>

The "posts" property, of type "microsoft.graph.post".



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