Sametime Plugin For Outlook

Sametime plugin for outlook enables users to create, attend, view and close meetings and join Adobe Connect web conferencing sessions right through their Microsoft Outlook interface. With this plugin users can connect web conferencing and the exchange client in one single access point.

The sametime plugin for outlook will allow you to connect with your colleagues and friends from Sametime conference rooms. With this plugin, you can continue conversations as though you are working in a Sametime conference room. Morning breakfasts, power lunches, after-hours meetings, brainstorming sessions and virtual conferences are just a few examples of how Sametime’s Outlook add-in extends the capabilities of Microsoft Outlook.

Get productive in real time with the Sametime Plugin for Outlook. Stay connected to your business contacts and colleagues, exchange messages and full-bleed video conferences directly from your inbox.

sametime plugin for outlook

Outlook add-ins are integrations built by third parties into Outlook by using our web-based platform. Outlook add-ins have three key aspects:

The same add-in and business logic works across desktop (Outlook on Windows and Mac), web (Microsoft 365 and Outlook.com), and mobile.
Outlook add-ins consist of a manifest, which describes how the add-in integrates into Outlook (for example, a button or a task pane), and JavaScript/HTML code, which makes up the UI and business logic of the add-in.
Outlook add-ins can be acquired from AppSource or sideloaded by end-users or administrators.
Outlook add-ins are different from COM or VSTO add-ins, which are older integrations specific to Outlook running on Windows. Unlike COM add-ins, Outlook add-ins don’t have any code physically installed on the user’s device or Outlook client. For an Outlook add-in, Outlook reads the manifest and hooks up the specified controls in the UI, and then loads the JavaScript and HTML. The web components all run in the context of a browser in a sandbox.

The Outlook items that support add-ins include email messages, meeting requests, responses and cancellations, and appointments. Each Outlook add-in defines the context in which it is available, including the types of items and if the user is reading or composing an item.

Note

If you plan to publish your add-in to AppSource and make it available within the Office experience, make sure that you conform to the Commercial marketplace certification policies. For example, to pass validation, your add-in must work across all platforms that support the methods that you define (for more information, see section 1120.3 and the Office Add-in application and availability page).

Extension points
Extension points are the ways that add-ins integrate with Outlook. The following are the ways this can be done.

Add-ins can declare buttons that appear in command surfaces across messages and appointments. For more information, see Add-in commands for Outlook.

An add-in with command buttons on the ribbon

Add-in function command.

Add-ins can link off regular expression matches or detected entities in messages and appointments. For more information, see Contextual Outlook add-ins.

A contextual add-in for a highlighted entity (an address)

Shows a contextual app in a card.

Mailbox items available to add-ins
Outlook add-ins activate when the user is composing or reading a message or appointment, but not other item types. However, add-ins are not activated if the current message item, in a compose or read form, is one of the following:

Protected by Information Rights Management (IRM) or encrypted in other ways for protection and accessed from Outlook on non-Windows clients. A digitally signed message is an example since digital signing relies on one of these mechanisms.
Important

Add-ins activate on digitally signed messages in Outlook on Windows associated with a Microsoft 365 subscription. This support was introduced with build 8711.1000.

Starting with Outlook build 13229.10000 on Windows, add-ins can now activate on IRM-protected items. To turn on this capability, a tenant administrator must enable the OBJMODEL usage right by setting the Allow programmatic access custom policy option in Office. For further guidance, see Usage rights and descriptions.

A delivery report or notification that has the message class IPM.Report.*, including delivery and Non-Delivery Report (NDR) reports, and read, non-read, and delay notifications.

A .msg or .eml file which is an attachment to another message.

A .msg or .eml file opened from the file system.

In a group mailbox, in a shared mailbox, in another user’s mailbox, in an archive mailbox, or in a public folder.

Important

  • Support for delegate access scenarios (for example, folders shared from another user’s mailbox) was introduced in requirement set 1.8. Shared mailbox support is now in preview in Outlook on Windows and on Mac. To learn more, see Enable shared folders and shared mailbox scenarios.

Using a custom form.

Created through Simple MAPI. Simple MAPI is used when an Office user creates or sends an email from an Office application on Windows while Outlook is closed. For example, a user can create an Outlook email while working in Word which triggers an Outlook compose window without launching the full Outlook application. If, however, Outlook is already running when the user creates the email from Word, that isn’t a Simple MAPI scenario so Outlook add-ins work in the compose form as long as other activation requirements are met.

In general, Outlook can activate add-ins in read form for items in the Sent Items folder, with the exception of add-ins that activate based on string matches of well-known entities. For more information about the reasons behind this, see Support for well-known entities.

Currently, there are additional considerations when designing and implementing add-ins for mobile clients. To learn more, see Add mobile support to an Outlook add-in.

Supported clients
Outlook add-ins are supported in Outlook 2013 or later on Windows, Outlook 2016 or later on Mac, Outlook on the web for Exchange 2013 on-premises and later versions, Outlook on iOS, Outlook on Android, and Outlook on the web and Outlook.com. Not all of the newest features are supported in all clients at the same time. Please refer to articles and API references for those features to see which applications they may or may not be supported in.

Leave a Comment