< Back
New-OutlookItemObject
Post
NAME New-OutlookItemObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).
SYNTAX
New-OutlookItemObject [-categories <string[]>] [-changeKey <string>] [-createdDateTime <DateTimeOffset>]
[-lastModifiedDateTime <DateTimeOffset>] [<CommonParameters>]
New-OutlookItemObject -post <SwitchParameter> [-attachments <object[]>] [-body <object>] [-categories <string[]>]
[-changeKey <string>] [-conversationId <string>] [-conversationThreadId <string>] [-createdDateTime
<DateTimeOffset>] [-extensions <object[]>] [-from <object>] [-hasAttachments <bool>] [-inReplyTo <object>]
[-lastModifiedDateTime <DateTimeOffset>] [-multiValueExtendedProperties <object[]>] [-newParticipants <object[]>]
[-receivedDateTime <DateTimeOffset>] [-sender <object>] [-singleValueExtendedProperties <object[]>]
[<CommonParameters>]
New-OutlookItemObject -contact <SwitchParameter> [-assistantName <string>] [-birthday <DateTimeOffset>]
[-businessAddress <object>] [-businessHomePage <string>] [-businessPhones <string[]>] [-categories <string[]>]
[-changeKey <string>] [-children <string[]>] [-companyName <string>] [-createdDateTime <DateTimeOffset>]
[-department <string>] [-displayName <string>] [-emailAddresses <object[]>] [-extensions <object[]>] [-fileAs
<string>] [-generation <string>] [-givenName <string>] [-homeAddress <object>] [-homePhones <string[]>]
[-imAddresses <string[]>] [-initials <string>] [-jobTitle <string>] [-lastModifiedDateTime <DateTimeOffset>]
[-manager <string>] [-middleName <string>] [-mobilePhone <string>] [-multiValueExtendedProperties <object[]>]
[-nickName <string>] [-officeLocation <string>] [-otherAddress <object>] [-parentFolderId <string>]
[-personalNotes <string>] [-photo <object>] [-profession <string>] [-singleValueExtendedProperties <object[]>]
[-spouseName <string>] [-surname <string>] [-title <string>] [-yomiCompanyName <string>] [-yomiGivenName <string>]
[-yomiSurname <string>] [<CommonParameters>]
New-OutlookItemObject -message <SwitchParameter> [-attachments <object[]>] [-bccRecipients <object[]>] [-body
<object>] [-bodyPreview <string>] [-categories <string[]>] [-ccRecipients <object[]>] [-changeKey <string>]
[-conversationId <string>] [-createdDateTime <DateTimeOffset>] [-extensions <object[]>] [-flag <object>] [-from
<object>] [-hasAttachments <bool>] [-importance <string>] [-inferenceClassification <string>]
[-internetMessageHeaders <object[]>] [-internetMessageId <string>] [-isDeliveryReceiptRequested <bool>] [-isDraft
<bool>] [-isRead <bool>] [-isReadReceiptRequested <bool>] [-lastModifiedDateTime <DateTimeOffset>]
[-multiValueExtendedProperties <object[]>] [-parentFolderId <string>] [-receivedDateTime <DateTimeOffset>]
[-replyTo <object[]>] [-sender <object>] [-sentDateTime <DateTimeOffset>] [-singleValueExtendedProperties
<object[]>] [-subject <string>] [-toRecipients <object[]>] [-uniqueBody <object>] [-webLink <string>]
[<CommonParameters>]
New-OutlookItemObject -eventMessage <SwitchParameter> [-attachments <object[]>] [-bccRecipients <object[]>] [-body
<object>] [-bodyPreview <string>] [-categories <string[]>] [-ccRecipients <object[]>] [-changeKey <string>]
[-conversationId <string>] [-createdDateTime <DateTimeOffset>] [-event <object>] [-extensions <object[]>] [-flag
<object>] [-from <object>] [-hasAttachments <bool>] [-importance <string>] [-inferenceClassification <string>]
[-internetMessageHeaders <object[]>] [-internetMessageId <string>] [-isDeliveryReceiptRequested <bool>] [-isDraft
<bool>] [-isRead <bool>] [-isReadReceiptRequested <bool>] [-lastModifiedDateTime <DateTimeOffset>]
[-meetingMessageType <string>] [-multiValueExtendedProperties <object[]>] [-parentFolderId <string>]
[-receivedDateTime <DateTimeOffset>] [-replyTo <object[]>] [-sender <object>] [-sentDateTime <DateTimeOffset>]
[-singleValueExtendedProperties <object[]>] [-subject <string>] [-toRecipients <object[]>] [-uniqueBody <object>]
[-webLink <string>] [<CommonParameters>]
New-OutlookItemObject [-attachments <object[]>] [-attendees <object[]>] [-body <object>] [-bodyPreview <string>]
[-calendar <object>] [-categories <string[]>] [-changeKey <string>] [-createdDateTime <DateTimeOffset>] [-end
<object>] [-event <object>] [-extensions <object[]>] [-hasAttachments <bool>] [-iCalUId <string>] [-importance
<string>] [-instances <object[]>] [-isAllDay <bool>] [-isCancelled <bool>] [-isOrganizer <bool>] [-isReminderOn
<bool>] [-lastModifiedDateTime <DateTimeOffset>] [-location <object>] [-locations <object[]>]
[-multiValueExtendedProperties <object[]>] [-onlineMeetingUrl <string>] [-organizer <object>]
[-originalEndTimeZone <string>] [-originalStart <DateTimeOffset>] [-originalStartTimeZone <string>] [-recurrence
<object>] [-reminderMinutesBeforeStart <int>] [-responseRequested <bool>] [-responseStatus <object>] [-sensitivity
<string>] [-seriesMasterId <string>] [-showAs <string>] [-singleValueExtendedProperties <object[]>] [-start
<object>] [-subject <string>] [-type <string>] [-webLink <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).
PARAMETERS
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-changeKey <string>
The "changeKey" property, of type "Edm.String".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-categories <string[]>
The "categories" property, of type "Edm.String".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-post <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.post" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-body <object>
The "body" property, of type "microsoft.graph.itemBody".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-receivedDateTime <DateTimeOffset>
The "receivedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-hasAttachments <bool>
The "hasAttachments" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-from <object>
The "from" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sender <object>
The "sender" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationThreadId <string>
The "conversationThreadId" property, of type "Edm.String".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-newParticipants <object[]>
The "newParticipants" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationId <string>
The "conversationId" property, of type "Edm.String".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-extensions <object[]>
The "extensions" property, of type "microsoft.graph.extension".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-inReplyTo <object>
The "inReplyTo" property, of type "microsoft.graph.post".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-attachments <object[]>
The "attachments" property, of type "microsoft.graph.attachment".
This property is on the "microsoft.graph.post" 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.post" 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.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-contact <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contact" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-parentFolderId <string>
The "parentFolderId" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-birthday <DateTimeOffset>
The "birthday" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-fileAs <string>
The "fileAs" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" 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.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-givenName <string>
The "givenName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-initials <string>
The "initials" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-middleName <string>
The "middleName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-nickName <string>
The "nickName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-surname <string>
The "surname" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-title <string>
The "title" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiGivenName <string>
The "yomiGivenName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiSurname <string>
The "yomiSurname" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiCompanyName <string>
The "yomiCompanyName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-generation <string>
The "generation" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-emailAddresses <object[]>
The "emailAddresses" property, of type "microsoft.graph.emailAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-imAddresses <string[]>
The "imAddresses" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-jobTitle <string>
The "jobTitle" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-companyName <string>
The "companyName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-department <string>
The "department" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-officeLocation <string>
The "officeLocation" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-profession <string>
The "profession" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessHomePage <string>
The "businessHomePage" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assistantName <string>
The "assistantName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-manager <string>
The "manager" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-homePhones <string[]>
The "homePhones" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-mobilePhone <string>
The "mobilePhone" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessPhones <string[]>
The "businessPhones" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-homeAddress <object>
The "homeAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessAddress <object>
The "businessAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-otherAddress <object>
The "otherAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-spouseName <string>
The "spouseName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-personalNotes <string>
The "personalNotes" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-children <string[]>
The "children" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-photo <object>
The "photo" property, of type "microsoft.graph.profilePhoto".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-message <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.message" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentDateTime <DateTimeOffset>
The "sentDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-internetMessageId <string>
The "internetMessageId" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-internetMessageHeaders <object[]>
The "internetMessageHeaders" property, of type "microsoft.graph.internetMessageHeader".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-subject <string>
The "subject" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyPreview <string>
The "bodyPreview" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-importance <string>
The "importance" property, of type "microsoft.graph.importance".
This property is on the "microsoft.graph.message" type.
Valid values: 'low', 'normal', 'high'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-toRecipients <object[]>
The "toRecipients" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" 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.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bccRecipients <object[]>
The "bccRecipients" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-replyTo <object[]>
The "replyTo" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-uniqueBody <object>
The "uniqueBody" property, of type "microsoft.graph.itemBody".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-isDeliveryReceiptRequested <bool>
The "isDeliveryReceiptRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isReadReceiptRequested <bool>
The "isReadReceiptRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isRead <bool>
The "isRead" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isDraft <bool>
The "isDraft" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-webLink <string>
The "webLink" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-inferenceClassification <string>
The "inferenceClassification" property, of type "microsoft.graph.inferenceClassificationType".
This property is on the "microsoft.graph.message" type.
Valid values: 'focused', 'other'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-flag <object>
The "flag" property, of type "microsoft.graph.followupFlag".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-eventMessage <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.eventMessage"
type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-meetingMessageType <string>
The "meetingMessageType" property, of type "microsoft.graph.meetingMessageType".
This property is on the "microsoft.graph.eventMessage" type.
Valid values: 'none', 'meetingRequest', 'meetingCancelled', 'meetingAccepted', 'meetingTenativelyAccepted',
'meetingDeclined'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-event <object>
The "event" property, of type "microsoft.graph.event".
This property is on the "microsoft.graph.eventMessage" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalStartTimeZone <string>
The "originalStartTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalEndTimeZone <string>
The "originalEndTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-responseStatus <object>
The "responseStatus" property, of type "microsoft.graph.responseStatus".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iCalUId <string>
The "iCalUId" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-reminderMinutesBeforeStart <int>
The "reminderMinutesBeforeStart" property, of type "Edm.Int32".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-isReminderOn <bool>
The "isReminderOn" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sensitivity <string>
The "sensitivity" property, of type "microsoft.graph.sensitivity".
This property is on the "microsoft.graph.event" type.
Valid values: 'normal', 'personal', 'private', 'confidential'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-start <object>
The "start" property, of type "microsoft.graph.dateTimeTimeZone".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalStart <DateTimeOffset>
The "originalStart" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-end <object>
The "end" property, of type "microsoft.graph.dateTimeTimeZone".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-location <object>
The "location" property, of type "microsoft.graph.location".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-locations <object[]>
The "locations" property, of type "microsoft.graph.location".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-isAllDay <bool>
The "isAllDay" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isCancelled <bool>
The "isCancelled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isOrganizer <bool>
The "isOrganizer" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-recurrence <object>
The "recurrence" property, of type "microsoft.graph.patternedRecurrence".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-responseRequested <bool>
The "responseRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-seriesMasterId <string>
The "seriesMasterId" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-showAs <string>
The "showAs" property, of type "microsoft.graph.freeBusyStatus".
This property is on the "microsoft.graph.event" type.
Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-type <string>
The "type" property, of type "microsoft.graph.eventType".
This property is on the "microsoft.graph.event" type.
Valid values: 'singleInstance', 'occurrence', 'exception', 'seriesMaster'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-attendees <object[]>
The "attendees" property, of type "microsoft.graph.attendee".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-organizer <object>
The "organizer" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-onlineMeetingUrl <string>
The "onlineMeetingUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-calendar <object>
The "calendar" property, of type "microsoft.graph.calendar".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-instances <object[]>
The "instances" property, of type "microsoft.graph.event".
This property is on the "microsoft.graph.event" 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
SYNOPSIS
Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).
SYNTAX
New-OutlookItemObject [-categories <string[]>] [-changeKey <string>] [-createdDateTime <DateTimeOffset>]
[-lastModifiedDateTime <DateTimeOffset>] [<CommonParameters>]
New-OutlookItemObject -post <SwitchParameter> [-attachments <object[]>] [-body <object>] [-categories <string[]>]
[-changeKey <string>] [-conversationId <string>] [-conversationThreadId <string>] [-createdDateTime
<DateTimeOffset>] [-extensions <object[]>] [-from <object>] [-hasAttachments <bool>] [-inReplyTo <object>]
[-lastModifiedDateTime <DateTimeOffset>] [-multiValueExtendedProperties <object[]>] [-newParticipants <object[]>]
[-receivedDateTime <DateTimeOffset>] [-sender <object>] [-singleValueExtendedProperties <object[]>]
[<CommonParameters>]
New-OutlookItemObject -contact <SwitchParameter> [-assistantName <string>] [-birthday <DateTimeOffset>]
[-businessAddress <object>] [-businessHomePage <string>] [-businessPhones <string[]>] [-categories <string[]>]
[-changeKey <string>] [-children <string[]>] [-companyName <string>] [-createdDateTime <DateTimeOffset>]
[-department <string>] [-displayName <string>] [-emailAddresses <object[]>] [-extensions <object[]>] [-fileAs
<string>] [-generation <string>] [-givenName <string>] [-homeAddress <object>] [-homePhones <string[]>]
[-imAddresses <string[]>] [-initials <string>] [-jobTitle <string>] [-lastModifiedDateTime <DateTimeOffset>]
[-manager <string>] [-middleName <string>] [-mobilePhone <string>] [-multiValueExtendedProperties <object[]>]
[-nickName <string>] [-officeLocation <string>] [-otherAddress <object>] [-parentFolderId <string>]
[-personalNotes <string>] [-photo <object>] [-profession <string>] [-singleValueExtendedProperties <object[]>]
[-spouseName <string>] [-surname <string>] [-title <string>] [-yomiCompanyName <string>] [-yomiGivenName <string>]
[-yomiSurname <string>] [<CommonParameters>]
New-OutlookItemObject -message <SwitchParameter> [-attachments <object[]>] [-bccRecipients <object[]>] [-body
<object>] [-bodyPreview <string>] [-categories <string[]>] [-ccRecipients <object[]>] [-changeKey <string>]
[-conversationId <string>] [-createdDateTime <DateTimeOffset>] [-extensions <object[]>] [-flag <object>] [-from
<object>] [-hasAttachments <bool>] [-importance <string>] [-inferenceClassification <string>]
[-internetMessageHeaders <object[]>] [-internetMessageId <string>] [-isDeliveryReceiptRequested <bool>] [-isDraft
<bool>] [-isRead <bool>] [-isReadReceiptRequested <bool>] [-lastModifiedDateTime <DateTimeOffset>]
[-multiValueExtendedProperties <object[]>] [-parentFolderId <string>] [-receivedDateTime <DateTimeOffset>]
[-replyTo <object[]>] [-sender <object>] [-sentDateTime <DateTimeOffset>] [-singleValueExtendedProperties
<object[]>] [-subject <string>] [-toRecipients <object[]>] [-uniqueBody <object>] [-webLink <string>]
[<CommonParameters>]
New-OutlookItemObject -eventMessage <SwitchParameter> [-attachments <object[]>] [-bccRecipients <object[]>] [-body
<object>] [-bodyPreview <string>] [-categories <string[]>] [-ccRecipients <object[]>] [-changeKey <string>]
[-conversationId <string>] [-createdDateTime <DateTimeOffset>] [-event <object>] [-extensions <object[]>] [-flag
<object>] [-from <object>] [-hasAttachments <bool>] [-importance <string>] [-inferenceClassification <string>]
[-internetMessageHeaders <object[]>] [-internetMessageId <string>] [-isDeliveryReceiptRequested <bool>] [-isDraft
<bool>] [-isRead <bool>] [-isReadReceiptRequested <bool>] [-lastModifiedDateTime <DateTimeOffset>]
[-meetingMessageType <string>] [-multiValueExtendedProperties <object[]>] [-parentFolderId <string>]
[-receivedDateTime <DateTimeOffset>] [-replyTo <object[]>] [-sender <object>] [-sentDateTime <DateTimeOffset>]
[-singleValueExtendedProperties <object[]>] [-subject <string>] [-toRecipients <object[]>] [-uniqueBody <object>]
[-webLink <string>] [<CommonParameters>]
New-OutlookItemObject [-attachments <object[]>] [-attendees <object[]>] [-body <object>] [-bodyPreview <string>]
[-calendar <object>] [-categories <string[]>] [-changeKey <string>] [-createdDateTime <DateTimeOffset>] [-end
<object>] [-event <object>] [-extensions <object[]>] [-hasAttachments <bool>] [-iCalUId <string>] [-importance
<string>] [-instances <object[]>] [-isAllDay <bool>] [-isCancelled <bool>] [-isOrganizer <bool>] [-isReminderOn
<bool>] [-lastModifiedDateTime <DateTimeOffset>] [-location <object>] [-locations <object[]>]
[-multiValueExtendedProperties <object[]>] [-onlineMeetingUrl <string>] [-organizer <object>]
[-originalEndTimeZone <string>] [-originalStart <DateTimeOffset>] [-originalStartTimeZone <string>] [-recurrence
<object>] [-reminderMinutesBeforeStart <int>] [-responseRequested <bool>] [-responseStatus <object>] [-sensitivity
<string>] [-seriesMasterId <string>] [-showAs <string>] [-singleValueExtendedProperties <object[]>] [-start
<object>] [-subject <string>] [-type <string>] [-webLink <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).
PARAMETERS
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-changeKey <string>
The "changeKey" property, of type "Edm.String".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-categories <string[]>
The "categories" property, of type "Edm.String".
This property is on the "microsoft.graph.outlookItem" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-post <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.post" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-body <object>
The "body" property, of type "microsoft.graph.itemBody".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-receivedDateTime <DateTimeOffset>
The "receivedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-hasAttachments <bool>
The "hasAttachments" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-from <object>
The "from" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-sender <object>
The "sender" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationThreadId <string>
The "conversationThreadId" property, of type "Edm.String".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-newParticipants <object[]>
The "newParticipants" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationId <string>
The "conversationId" property, of type "Edm.String".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-extensions <object[]>
The "extensions" property, of type "microsoft.graph.extension".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-inReplyTo <object>
The "inReplyTo" property, of type "microsoft.graph.post".
This property is on the "microsoft.graph.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-attachments <object[]>
The "attachments" property, of type "microsoft.graph.attachment".
This property is on the "microsoft.graph.post" 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.post" 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.post" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-contact <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contact" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-parentFolderId <string>
The "parentFolderId" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-birthday <DateTimeOffset>
The "birthday" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-fileAs <string>
The "fileAs" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" 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.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-givenName <string>
The "givenName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-initials <string>
The "initials" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-middleName <string>
The "middleName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-nickName <string>
The "nickName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-surname <string>
The "surname" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-title <string>
The "title" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiGivenName <string>
The "yomiGivenName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiSurname <string>
The "yomiSurname" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-yomiCompanyName <string>
The "yomiCompanyName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-generation <string>
The "generation" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-emailAddresses <object[]>
The "emailAddresses" property, of type "microsoft.graph.emailAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-imAddresses <string[]>
The "imAddresses" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-jobTitle <string>
The "jobTitle" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-companyName <string>
The "companyName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-department <string>
The "department" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-officeLocation <string>
The "officeLocation" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-profession <string>
The "profession" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessHomePage <string>
The "businessHomePage" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assistantName <string>
The "assistantName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-manager <string>
The "manager" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-homePhones <string[]>
The "homePhones" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-mobilePhone <string>
The "mobilePhone" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessPhones <string[]>
The "businessPhones" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-homeAddress <object>
The "homeAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-businessAddress <object>
The "businessAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-otherAddress <object>
The "otherAddress" property, of type "microsoft.graph.physicalAddress".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-spouseName <string>
The "spouseName" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-personalNotes <string>
The "personalNotes" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-children <string[]>
The "children" property, of type "Edm.String".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-photo <object>
The "photo" property, of type "microsoft.graph.profilePhoto".
This property is on the "microsoft.graph.contact" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-message <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.message" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sentDateTime <DateTimeOffset>
The "sentDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-internetMessageId <string>
The "internetMessageId" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-internetMessageHeaders <object[]>
The "internetMessageHeaders" property, of type "microsoft.graph.internetMessageHeader".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-subject <string>
The "subject" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bodyPreview <string>
The "bodyPreview" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-importance <string>
The "importance" property, of type "microsoft.graph.importance".
This property is on the "microsoft.graph.message" type.
Valid values: 'low', 'normal', 'high'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-toRecipients <object[]>
The "toRecipients" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" 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.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bccRecipients <object[]>
The "bccRecipients" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-replyTo <object[]>
The "replyTo" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-uniqueBody <object>
The "uniqueBody" property, of type "microsoft.graph.itemBody".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-isDeliveryReceiptRequested <bool>
The "isDeliveryReceiptRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isReadReceiptRequested <bool>
The "isReadReceiptRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isRead <bool>
The "isRead" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isDraft <bool>
The "isDraft" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-webLink <string>
The "webLink" property, of type "Edm.String".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-inferenceClassification <string>
The "inferenceClassification" property, of type "microsoft.graph.inferenceClassificationType".
This property is on the "microsoft.graph.message" type.
Valid values: 'focused', 'other'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-flag <object>
The "flag" property, of type "microsoft.graph.followupFlag".
This property is on the "microsoft.graph.message" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-eventMessage <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.eventMessage"
type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-meetingMessageType <string>
The "meetingMessageType" property, of type "microsoft.graph.meetingMessageType".
This property is on the "microsoft.graph.eventMessage" type.
Valid values: 'none', 'meetingRequest', 'meetingCancelled', 'meetingAccepted', 'meetingTenativelyAccepted',
'meetingDeclined'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-event <object>
The "event" property, of type "microsoft.graph.event".
This property is on the "microsoft.graph.eventMessage" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalStartTimeZone <string>
The "originalStartTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalEndTimeZone <string>
The "originalEndTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-responseStatus <object>
The "responseStatus" property, of type "microsoft.graph.responseStatus".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iCalUId <string>
The "iCalUId" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-reminderMinutesBeforeStart <int>
The "reminderMinutesBeforeStart" property, of type "Edm.Int32".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-isReminderOn <bool>
The "isReminderOn" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-sensitivity <string>
The "sensitivity" property, of type "microsoft.graph.sensitivity".
This property is on the "microsoft.graph.event" type.
Valid values: 'normal', 'personal', 'private', 'confidential'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-start <object>
The "start" property, of type "microsoft.graph.dateTimeTimeZone".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-originalStart <DateTimeOffset>
The "originalStart" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-end <object>
The "end" property, of type "microsoft.graph.dateTimeTimeZone".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-location <object>
The "location" property, of type "microsoft.graph.location".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-locations <object[]>
The "locations" property, of type "microsoft.graph.location".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-isAllDay <bool>
The "isAllDay" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isCancelled <bool>
The "isCancelled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isOrganizer <bool>
The "isOrganizer" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-recurrence <object>
The "recurrence" property, of type "microsoft.graph.patternedRecurrence".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-responseRequested <bool>
The "responseRequested" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-seriesMasterId <string>
The "seriesMasterId" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-showAs <string>
The "showAs" property, of type "microsoft.graph.freeBusyStatus".
This property is on the "microsoft.graph.event" type.
Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-type <string>
The "type" property, of type "microsoft.graph.eventType".
This property is on the "microsoft.graph.event" type.
Valid values: 'singleInstance', 'occurrence', 'exception', 'seriesMaster'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-attendees <object[]>
The "attendees" property, of type "microsoft.graph.attendee".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-organizer <object>
The "organizer" property, of type "microsoft.graph.recipient".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-onlineMeetingUrl <string>
The "onlineMeetingUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-calendar <object>
The "calendar" property, of type "microsoft.graph.calendar".
This property is on the "microsoft.graph.event" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-instances <object[]>
The "instances" property, of type "microsoft.graph.event".
This property is on the "microsoft.graph.event" 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