Microsoft 365 output object properties
This table lists all available properties exposed for output variables in the Microsoft 365 activities.
O365EventItem
| Object | Property | Type | Description |
|---|---|---|---|
O365EventItem |
Account | String |
The user who owns the event as an email address |
| AllAttendeesEmailList | String |
The list of all attendees emails as strings separated by semicolons | |
| AllAttendeesExceptMeEmailList | String |
All attendees except me email list | |
| AllowNewTimeProposals | Boolean |
Allows attendees to propose new meeting times | |
| Attendees | IEnumerable<string> |
Attendee list | |
| AttendeesEmailList | IEnumerable<string> |
Attendees email addresses | |
| AttendeesPlusOrganizer | IEnumerable<string> |
Attendee list, plus the organizer | |
| Body | EventBody |
The event body | |
| BodyPreview | String |
A short preview of the event body | |
| Categories | IEnumerable<string> |
The categories the event belongs to | |
| CreatedDateTime | DateTimeOffset |
Created datetime | |
| End | DateTimeTimeZone |
End time | |
| EndDateTime | DateTime |
End date | |
| HasAttachments | Boolean |
True if has attachments | |
| HideAttendees | Boolean |
True if it hides attendees. | |
| ICalUId | String |
ICal event id | |
| Id | String |
The id of the event | |
| Importance | String |
Event importance | |
| IsAllDay | Boolean |
True if this is an all day event | |
| IsCancelled | Boolean |
True if cancelled | |
| IsDraft | Boolean |
True if it is a draft | |
| IsOnlineMeeting | Boolean |
True if it is an online meeting | |
| IsReminderOn | Boolean |
True if reminders are on | |
| LastModifiedDateTime | DateTimeOffset |
Last modified datetime | |
| Location | String |
Event location | |
| OccurrenceId | String |
Occurrence master Id | |
| OnlineMeetingProvider | String |
Online meeting provider name | |
| OnlineMeetingUrl | String |
Meeting url | |
| OptionalAttendeesEmailList | String |
Optional attendees email list | |
| Organizer | User |
Event organizer | |
| OrganizerAddress | String |
Event organizer address | |
| OrganizerName | String |
Event organizer name | |
| Recurrence | String |
Recurrence | |
| ReminderMinutesBeforeStart | Integer |
Reminder (minutes) before start | |
| RequiredAttendeesEmailList | String |
Required attendees email list | |
| RequiredAttendeesExceptMeEmailList | String |
Required attendees except me email list | |
| ResourceAttendeesEmailList | String |
Resource attendees email list | |
| ResponseRequested | Boolean |
True if a response has been requested by the event organizer | |
| Sensitivity | String |
Event sensitivity | |
| SeriesMasterId | String |
Series master id. | |
| ShowAs | String |
Show as | |
| Start | DateTimeTimeZone |
Start time | |
| StartDateTime | DateTime |
Start date | |
| Subject | String |
Event title/subject | |
| Type | String |
The type of the event | |
| WebLink | String |
The weblink |
O365DriveRemoteItem
| Onject | Property | Type | Description |
|---|---|---|---|
|
IRemoteResource . |
CreationDate | DateTime | Creation date and time |
| Extension | String |
File extension | |
| FullName | String |
Full name of the resource | |
| IsFolder | Boolean |
True if the resource is a folder | |
| LastModifiedDate | DateTime |
Last modified date and time | |
| Created by | DriveItemIdentitySet |
Returns the identity of the user, device, or application which created the item. | |
| Created by {display name} | String |
Returns the DisplayName of the user, device, or application which created the item. | |
| Created by {ID} | String |
Returns the ID of he user, device, or application which created the item. | |
| Last modified by | String |
Returns the identity of the user, device, or application which last modified the item. | |
| Last modified by {display name} | String |
Returns the DisplayName of the user, device, or application which lsat modified the item. | |
| Last modified by {ID} | String |
Returns the ID of he user, device, or application which lsat modified the item. | |
| Name | String |
Name of the resource | |
| ParentUri | String |
Returns the Url of the parent folder. The parent Url of the root folder is null. | |
| Uri | String |
Web url of the resource. Deprecated. Use Url instead. | |
| Url | String |
Web url of the resource. |
O365DriveLocalItem
| Object | Property | Type | Description |
|---|---|---|---|
O365DriveLocalItem , O365AttachmentLocalItem , O365MailLocalItem Local representation of a One Drive/SharePoint file. Inherits ILocalResource . |
CreationDate | DateTime |
Creation date and time |
| Extension | String |
File extension | |
| FullName | String |
Full name of the resource | |
| IsFolder | Boolean |
True if the resource is a folder | |
| LastModifiedDate | DateTime | Last modified date and time | |
| Name | String |
Name of the resource |
Office365Message
| Object | Property | Type | Description |
|---|---|---|---|
Office365Message |
AttachmentCount | Integer |
The total number of attachments of the current email |
| Attachments | AttachmentCollection |
Deprecated | |
| AttachmentsInfoList | List |
The attachment's info. | |
| AttachmentsNamesList | IEnumerable<String> |
The names of all attachments of the current email | |
| Bcc | MailAddressCollection |
Gets the address collection that contains the blind carbon copy (BCC) recipients for this email message | |
| Body | String |
Gets or sets the message body | |
| BodyAsHtml | String |
The Html version of the email, if available | |
| BodyPreview | String |
Gets the body preview | |
| Categories | String |
Contains the categories of the message | |
| CC | MailAddressCollection |
Gets the address collection that contains the carbon copy (CC) recipients for this email message | |
| Flag | FollowupFlag |
Gets the flag | |
| FromAddress | String |
From address for this email message | |
| FromDisplayName | String |
From display name for this email message | |
| Importance | Importance |
Gets the importance | |
| InlineAttachmentCount | Integer |
The number of inline attachments of the current email | |
| InlineAttachmentNames | IEnumerable<String> |
The names of inline attachments of the current email | |
| InternetMessageId | String |
Gets the Internet Message ID | |
| IsRead | Boolean |
Gets a value indicating whether the instance is read | |
| LastModifiedDateTime | DateTime |
Gets the last modified date time | |
| MessageId | String |
The Office 365 ID of the message | |
| ParentFolderId | String |
Gets the parent folder identifier | |
| Priority | MailPriority |
Gets or sets the priority of this email message | |
| ReceivedDateTime | DateTime |
Gets the received date time | |
| ReplyTo | MailAddress |
Deprecated | |
| ReplyToList | IEnumerable<string> |
Gets the list of addresses to reply to for the mail message | |
| SenderAddress | String |
Sender's address for this email message | |
| SenderDisplayName | String |
Sender's display name for this email message | |
| SentDateTime | Date |
Gets the send date time | |
| StandardAttachmentCount | Integer |
The number of standard attachments of the current email | |
| StandardAttachmentNames | IEnumerable<string> |
The names of standard attachments of the current email | |
| Subject | String |
Gets or sets the subject line for this email message | |
| SubjectEncoding | N/A | N/A | |
| To | MailAddressCollection |
Gets the address collection that contains the recipients of this email message | |
| WebLink | String |
Gets the web link |