If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If your user’s dashboards include the Aptify’s Microsoft Outlook dashboard, you can display Outlook email in the Aptify browser-based interface. If your organization has a Outlook Web Access (OWA) option, you can specify the OWA URL in the web.config file found in the top-level folder of the Aptify site. Replace the comment between the square brackets ([ ]) with the address of your OWA (for example, https://email.domain.com/owa).

  • Aptify.framework.configuration.dashboardComponents.outlookUrl = "[Insert Outlook Web Access URL here to activate Outlook Dashboard Components]";

For example:

Aptify.framework.configuration.dashboardComponents.outlookUrl = "https://email.domain.com/owa"
  • No labels