How do egress com and web add-ins work together?

Mastering Egress Add-ins for Secure Email

26/08/2016

Rating: 4.49 (16449 votes)

In today's interconnected world, the security of our digital communications is paramount. From sensitive personal data to confidential business information, ensuring emails are sent securely is no longer an option but a necessity. This is where solutions like Egress step in, offering robust encryption and data protection directly within your familiar email environment. Central to this capability are the Egress Outlook add-ins, designed to provide a seamless and secure experience for users across various platforms.

These add-ins act as a crucial bridge, integrating Egress's powerful security features directly into Microsoft Outlook. Whether you're sending an urgent confidential document or sharing large files that typically exceed standard email limits, Egress add-ins simplify the process, ensuring your data remains protected from end-to-end. This article will delve into how these add-ins function, how they work in harmony, and guide you through their installation, ensuring you can harness their full potential for secure digital correspondence.

Table

Understanding Egress COM and Web Add-ins: A Collaborative Approach

Egress offers different types of add-ins to cater to various user environments, primarily distinguishing between COM add-ins and Web add-ins. While their underlying technology differs, their ultimate goal remains the same: to provide comprehensive Egress functionality directly within your Outlook experience, ensuring encrypted and secure communication.

The COM add-in (Component Object Model) is traditionally designed for the desktop versions of Microsoft Outlook on Windows. It offers a deep level of integration with the operating system and the Outlook application itself, allowing for rich features and a highly responsive user interface. This type of add-in often provides the most comprehensive feature set for desktop users, leveraging the full capabilities of the Windows environment.

In contrast, the Web add-in is a more modern, cross-platform solution. Built using web technologies, it runs within Outlook on the web (OWA), Outlook for Mac, and even Outlook on mobile devices. This provides immense flexibility, allowing users to access Egress's secure messaging capabilities regardless of their device or operating system. The Web add-in ensures a consistent user experience across different platforms, adapting to the nuances of each environment while maintaining core functionality.

How do they work together? Fundamentally, both add-in types connect to the same Egress platform. This means that regardless of whether you're using the COM add-in on your Windows desktop or the Web add-in via Outlook on the web, you're accessing the same secure messaging services, shared data, and communication pathways. For instance, a paying subscriber using the COM add-in can send a secure email, and an unlicensed user can utilise their integrated app (which might be the Web add-in) to access that shared data and respond securely for free. This interoperability ensures that the security and convenience of Egress are available to all parties involved in a secure conversation, fostering a truly connected and protected communication ecosystem.

What Exactly is the Outlook Add-in?

At its core, the Egress Outlook Add-In is a powerful extension that seamlessly embeds Egress's security features directly into your Microsoft Outlook application. Its primary purpose is to empower users to send and receive sensitive data safely and correctly, mitigating the risks associated with unprotected email communication.

When you have the Egress Outlook Add-In installed, you gain immediate access to Egress functionality without ever having to leave your email client. This means that features like one-click encryption, secure large file transfers, and granular control over message access are just a click away within your familiar Outlook interface. Your organisation likely enables this add-in to enforce data governance policies and ensure that all sensitive information exchanged via email adheres to the highest standards of security and compliance.

The user experience of the Outlook Add-In can vary slightly depending on the specific environment. As discussed, whether you are using Outlook on a Windows desktop (where a COM add-in might be prevalent), or accessing Outlook on the web (OWA) or a Mac (where a Web add-in would be in use), the add-in adapts to provide the most optimal and integrated experience for that particular platform. Regardless of the underlying technology, the add-in consistently provides the tools necessary for secure data handling, making it an indispensable tool for anyone regularly handling confidential information.

Installing the Egress Outlook Add-in: A Step-by-Step Guide

Installing the Egress Outlook Add-in is a straightforward process, though it may vary slightly depending on your organisation's IT policies. It's crucial to ensure your system meets the minimum requirements before proceeding. This guide covers the common methods for installation.

System Requirements

Before you begin, please ensure your system meets the following minimum requirements for the latest version of the Egress Outlook Add-in:

  • Microsoft Windows 8 or 10
  • Microsoft Office 2013, 2016, 2019, or Office 365
  • Microsoft .NET Framework 4.6 or later

The Egress Outlook Add-in is compatible with both 32-bit and 64-bit versions of Windows.

Download Option 1: Manual Installation

This method is suitable for individual users or smaller deployments where direct user interaction is feasible. You will need local administrator privileges on your machine to complete this installation. If you do not have these rights, you will need to contact your local IT help desk for assistance.

To perform a manual installation, follow these steps:

  1. Obtain the installation files: These are typically available as a compressed (.zip) file containing an installer (.msi file) and potentially other configuration files. You can usually download these from a designated portal or obtain them from your Egress support desk. Save both files to the same folder on your desktop or a readily accessible location.
  2. Prepare for Installation: Sign into your target machine with an account that possesses local administrator rights. This is essential as the installer makes system-level changes that require elevated permissions.
  3. Run the Installer: Double-click the Egress installer (.msi file). A dialogue box will appear, typically displaying the Egress Software Technologies Ltd logo and a prompt to begin.
  4. Accept Terms and Conditions: Carefully read and accept the Egress Software Technologies Ltd terms and conditions. Then, select 'Install' to proceed. At this stage, the installer will automatically check for and install any necessary pre-requisites, such as the .NET Framework 4.6, if they are not already present on your system. Once pre-requisites are handled, another dialogue box will appear; select 'Next' to continue.
  5. Choose Installation Path: You will be prompted to select your preferred installation path for the Egress software. While the default path is usually suitable, you can change it if necessary. Select 'Next' to continue.
  6. Install Outlook Add-in: The installer will detect if Microsoft Outlook is present on your system. If detected, you will be given the option to install the Egress Outlook Add-in. Ensure this option is selected to enable seamless integration with your email client.
  7. Complete Installation: The installation process will now commence. Once it has successfully completed, a confirmation screen will appear, indicating a successful installation.
  8. Finalise: Select 'Close'. You should now see the Egress icon appear in your desktop toolbar, signifying the successful installation and readiness of the add-in.

If you encounter any issues during the manual installation, particularly regarding administrator rights, your local IT help desk is the best point of contact for guidance and support.

Download Option 2: Silent Installation

For larger organisations or IT departments managing multiple user machines, silent installation is the preferred method. Egress for NHSmail (and other enterprise deployments) provides an .msi package that can be deployed without user interaction via command-line tools or enterprise deployment solutions such as Microsoft System Center Configuration Manager (SCCM), Microsoft Intune, or Novell Zenworks.

Silent installation ensures consistency across deployments and reduces the burden on end-users. The necessary files for silent installation can be downloaded from designated organisational portals or obtained from Egress support.

Here are common command-line examples using `msiexec`, the standard Windows Installer utility:

  • To Install Silently:
    msiexec /i "Egress.msi" /qb TRANSFORMS="NHSConfiguration.mst"
    This command installs the Egress Outlook Add-in silently (`/qb` means 'quiet basic UI', showing only a progress bar) and applies specific configuration settings defined in the `NHSConfiguration.mst` transform file. This ensures the add-in is installed with all required organisational settings automatically applied.
  • To Uninstall Silently:
    msiexec /x "Egress.msi"
    This command will silently uninstall the Egress Outlook Add-in from the system.

Additional parameters like `/quiet` can be added for even more minimal user interface during installation or uninstallation. For a comprehensive list of parameters available with `msiexec`, refer to Microsoft's official guidance documentation.

Egress Add-in vs. Subject Line Encryption: Choosing the Right Tool

It's important to note that the Egress Outlook Add-in is not the only way to send encrypted emails with Egress. For quick, basic encryption, users can also add `[secure]` to the email subject line. However, the add-in provides a far more comprehensive and integrated experience. Here's a comparison to help you choose the right method for your needs:

FeatureEgress Outlook Add-in[secure] Subject Line Method
Installation RequiredYes (manual or silent deployment)No
Large File Sharing (over 35MB)Yes, specifically enabled via the add-inNo, standard email attachment limits apply
Direct Platform AccessYes, full integration with Egress features within OutlookNo, basic encryption only
Integration LevelDeep, seamless within Outlook user interface, offering advanced controlsBasic, relies on a keyword trigger for encryption
User ExperienceFeature-rich, guided secure sending with policy enforcement and auditingSimple, quick keyword-based encryption for basic needs
Best ForRegular secure communication, sending sensitive data, large attachments, complianceOccasional secure emails where only basic encryption is needed

While the `[secure]` subject line method offers convenience for ad-hoc encryption, the Egress Outlook Add-in is the recommended choice for comprehensive data protection, especially for organisations that handle sensitive information regularly or need to share large files externally. Information on how to use both methods is typically available in your organisation's Encryption Guide.

Frequently Asked Questions About Egress Outlook Add-ins

Do I need administrator rights to install the Egress Outlook Add-in?

Yes, for manual installation of the Egress Outlook Add-in, you typically require local administrator rights on your machine. This is because the installation process involves making system-level changes and installing prerequisites like the .NET Framework. If you do not have these rights, you will need to contact your local IT help desk for assistance with the installation.

Can I send large files without the Egress Outlook Add-in?

No, the Egress Outlook Add-in is specifically designed to facilitate the secure sharing of large files (e.g., above 35MB) externally with non-NHSmail addresses or other Egress-enabled domains. Without the add-in, you would be subject to the standard attachment limits of your email provider, and the secure large file transfer functionality would not be available.

Is the Egress Outlook Add-in only for NHSmail users?

While the provided documentation specifically mentions NHSmail, Egress is a widely used secure communication platform across various sectors and organisations. The principles of its Outlook add-in installation and functionality are generally applicable. NHSmail is simply a prominent example of an organisation leveraging Egress for secure email. If your organisation uses Egress, you will likely follow a similar installation and usage process.

What are the minimum system requirements for the Egress Outlook Add-in?

The latest version of the Egress Outlook Add-in requires Microsoft Windows 8/10, Microsoft Office 2013/16/19/20 or Office 365, and Microsoft .NET Framework 4.6 or later. It supports both 32-bit and 64-bit versions of Windows.

What if I use Outlook on a Mac or through a web browser?

Egress also offers Web add-ins that provide similar secure messaging functionality for Outlook on the web (OWA) and Outlook for Mac. While the installation process differs (often managed directly through the Outlook add-in store or by your IT department), the core secure communication capabilities remain consistent with the desktop add-in experience.

Conclusion

The Egress Outlook Add-in, in its various forms (COM and Web), represents a critical tool in the arsenal of modern data protection. By seamlessly integrating advanced encryption and large file sharing capabilities directly into your daily email workflow, Egress empowers users to communicate securely and compliantly without disrupting productivity. Whether you're an individual user navigating a manual installation or part of a large organisation benefiting from silent deployment, understanding how these add-ins function and interact is key to harnessing their full potential. With Egress, you're not just sending emails; you're sending secure, controlled communications, safeguarding sensitive information every step of the way.

If you want to read more articles similar to Mastering Egress Add-ins for Secure Email, you can visit the Automotive category.

Go up