Office
The Office namespace provides shared interfaces that are used by add-ins in all of the Office apps. This listing documents only those interfaces that are used by Outlook add-ins. For a full listing of the Office namespace, see the Shared API.
Requirements
Members and methods
Namespaces
context: Provides shared interfaces from the Office add-ins API's context namespace for use in the Outlook add-in API.
MailboxEnums: Includes the ItemType, EntityType, AttachmentType, RecipientType, ResponseType, and ItemNotificationMessageType enumerations.
Members
AsyncResultStatus :String
Specifies the result of an asynchronous call.
Type:
Properties:
| Name |
Type |
Description |
Succeeded |
String |
The call succeeded. |
Failed |
String |
The call failed. |
Requirements
CoercionType :String
Specifies how to coerce data returned or set by the invoked method.
Type:
Properties:
| Name |
Type |
Description |
Html |
String |
Requests the data be returned in HTML format. |
Text |
String |
Requests the data be returned in text format. |
Requirements
EventType :String
Specifies the event associated with an event handler.
Type:
Properties:
| Name |
Type |
Description |
ItemChanged |
String |
The selected item has changed. |
Requirements
SourceProperty :String
Specifies the source of the data returned by the invoked method.
Type:
Properties:
| Name |
Type |
Description |
Body |
String |
The source of the data is from the body of a message. |
Subject |
String |
The source of the data is from the subject of a message. |
Requirements