| AppointmentCompose |
disableClientSignatureAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Disables the Outlook client signature. |
| disableClientSignatureAsync(options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Disables the Outlook client signature. |
| isClientSignatureEnabledAsync(callback: (asyncResult: Office.AsyncResult<boolean>) => void) |
Gets if the client signature is enabled. |
| isClientSignatureEnabledAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<boolean>) => void) |
Gets if the client signature is enabled. |
| Body |
setSignatureAsync(data: string, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Adds a signature to the item body if it doesn't have an existing signature. |
| setSignatureAsync(data: string, options: Office.AsyncContextOptions & CoercionTypeOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Adds a signature to the item body if it doesn't have an existing signature. |
| InfobarClickedEventArgs |
infobarDetails |
Gets additional details about the notification message. |
| type |
Gets the type of the event. |
| InfobarDetails |
actionType |
The action type. |
| infobarType |
The notification type. |
| MailboxEvent |
completed() |
Indicates that the event-based or spam-reporting add-in has completed processing an event. |
| MessageCompose |
disableClientSignatureAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Disables the Outlook client signature. |
| disableClientSignatureAsync(options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void) |
Disables the Outlook client signature. |
| getComposeTypeAsync(callback: (asyncResult: Office.AsyncResult) => void) |
Specifies the type of message compose and its coercion type. |
| getComposeTypeAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult) => void) |
Specifies the type of message compose and its coercion type. |
| isClientSignatureEnabledAsync(callback: (asyncResult: Office.AsyncResult<boolean>) => void) |
Gets if the client signature is enabled. |
| isClientSignatureEnabledAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<boolean>) => void) |
Gets if the client signature is enabled. |
| NotificationMessageAction |
actionText |
The text of the action link. |
| actionType |
The type of action to be performed. |
| commandId |
The button defined in the manifest. |
| contextData |
Any JSON data the action button needs to pass on to the add-in. |
| NotificationMessageDetails |
actions |
Specifies actions for the message. |
| ActionType |
ShowTaskPane |
The showTaskPane action. |
| ComposeType |
Forward |
Forward. |
| NewMail |
New mail. |
| Reply |
Reply. |
| InfobarActionType |
Dismiss |
Dismiss action was selected. |
| InfobarType |
Error |
Notification displays an error message. |
| Informational |
Notification displays an informational message. |
| Insight |
Notification displays an informational message with actions. |
| ProgressIndicator |
Notification displays a progress indicator. |
| ItemNotificationMessageType |
InsightMessage |
The notification message is an informational message with actions. |