|
1 | 1 | | Class | Fields | Description |
|
2 | 2 | |:---|:---|:---|
|
3 |
| -|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivity](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivity-member)|Gets or sets the {@link Office.Sensitivity | sensitivity level} of an appointment.| |
| 3 | +|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivity](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivity-member)|Gets or sets the sensitivity level of an appointment.| |
4 | 4 | |[AppointmentRead](/javascript/api/outlook/office.appointmentread)|[sensitivity](/javascript/api/outlook/office.appointmentread#outlook-office-appointmentread-sensitivity-member)|Provides the sensitivity value of the appointment.|
|
5 | 5 | |[MailboxEvent](/javascript/api/outlook/office.mailboxevent)|[completed(options?: SmartAlertsEventCompletedOptions \| SpamReportingEventCompletedOptions)](/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1))|Indicates that the event-based or spam-reporting add-in has completed processing an event.|
|
6 | 6 | |[MessageCompose](/javascript/api/outlook/office.messagecompose)|[closeAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-closeasync-member(1))|Closes the current new message being composed.|
|
|
21 | 21 | ||[getAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<MailboxEnums.AppointmentSensitivityType>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-getasync-member(1))|Gets the sensitivity level of an appointment.|
|
22 | 22 | ||[setAsync(sensitivity: MailboxEnums.AppointmentSensitivityType \| string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-setasync-member(1))|Sets the sensitivity level of an appointment.|
|
23 | 23 | ||[setAsync(sensitivity: MailboxEnums.AppointmentSensitivityType \| string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-setasync-member(1))|Sets the sensitivity level of an appointment.|
|
24 |
| -|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[cancelLabel](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-cancellabel-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler and set its `allowEvent` property to `false`,| |
25 |
| -||[commandId](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-commandid-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler and set its `allowEvent` property to `false`,| |
26 |
| -||[contextData](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-contextdata-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to| |
27 |
| -||[sendModeOverride](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-sendmodeoverride-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler| |
| 24 | +|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[cancelLabel](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-cancellabel-member)|When you use the completed method to signal completion of an event handler and set its `allowEvent` property to `false`,| |
| 25 | +||[commandId](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-commandid-member)|When you use the completed method to signal completion of an event handler and set its `allowEvent` property to `false`,| |
| 26 | +||[contextData](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-contextdata-member)|When you use the completed method to| |
| 27 | +||[sendModeOverride](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-sendmodeoverride-member)|When you use the completed method to signal completion of an event handler| |
28 | 28 | |[SpamReportingEventArgs](/javascript/api/outlook/office.spamreportingeventargs)|[freeText](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-freetext-member)|The text provided by the user in the preprocessing dialog of a spam-reporting add-in.|
|
29 | 29 | ||[options](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-options-member)|Returns `true` for each reporting option selected by the user in the preprocessing dialog of a spam-reporting add-in.|
|
30 | 30 | ||[type](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-type-member)|The type of event that was raised.|
|
31 |
| -|[SpamReportingEventCompletedOptions](/javascript/api/outlook/office.spamreportingeventcompletedoptions)|[folderName](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-foldername-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,| |
32 |
| -||[moveItemTo](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-moveitemto-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,| |
| 31 | +|[SpamReportingEventCompletedOptions](/javascript/api/outlook/office.spamreportingeventcompletedoptions)|[folderName](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-foldername-member)|When you use the completed method to signal that a reported message has finished processing,| |
| 32 | +||[moveItemTo](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-moveitemto-member)|When you use the completed method to signal that a reported message has finished processing,| |
33 | 33 | ||[onErrorDeleteItem](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-onerrordeleteitem-member)|When set to `true`, deletes a reported message if an error occurs while the message is processed.|
|
34 |
| -||[postProcessingAction](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-postprocessingaction-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,| |
35 |
| -||[showPostProcessingDialog](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-showpostprocessingdialog-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,| |
| 34 | +||[postProcessingAction](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-postprocessingaction-member)|When you use the completed method to signal that a reported message has finished processing,| |
| 35 | +||[showPostProcessingDialog](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-showpostprocessingdialog-member)|When you use the completed method to signal that a reported message has finished processing,| |
0 commit comments