Office Add-in Installation
This page describes the specific steps for installing and configuring the Office components needed for Edit in Outlook.
Overview
Edit in Outlook does not use a traditional Outlook add-in, but works via EML files that are opened directly in Outlook. This approach offers maximum compatibility and requires no special Office add-in installation.
EML File Association
Windows File Association
Automatic Configuration
Most Windows systems automatically have the correct file association:
- .eml files → Microsoft Outlook
- Double-clicking opens directly in Outlook
Manual Configuration (if needed)
- Right-click on .eml file
- Select "Open with" → "Choose another app"
- Select Microsoft Outlook
- Check: "Always use this app to open .eml files"
- Click OK
Via Windows Settings
- Open Windows Settings (
Win + I) - Go to Apps → Default apps
- Scroll to "Choose default apps by file type"
- Search for
.eml - Select Microsoft Outlook
Alternative: Via Registry (Advanced)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\OpenWithList]
"a"="OUTLOOK.EXE"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\UserChoice]
"ProgId"="Microsoft.Outlook.EML"Browser Configuration
Download Location
For optimal workflow, configure your browser download settings:
Chrome
- Go to Settings (
chrome://settings/) - Advanced → Downloads
- Set download location (e.g.
C:\Users\[Username]\Downloads\EditInOutlook\) - Optional: Disable "Ask where to save each file before downloading"
Edge
- Go to Settings (
edge://settings/) - Downloads
- Configure download path
- Optional: Disable "Ask me what to do with each download"
Firefox
- Go to Settings (
about:preferences) - General → Files and Applications
- Set download folder
- Configure .eml file action to "Open with Microsoft Outlook"
Pop-up Blocker
Ensure that Business Central is not blocked:
Chrome Pop-up Settings
- Go to
chrome://settings/content/popups - Add your Business Central URL to "Allowed to show pop-ups and redirects"
Edge Pop-up Settings
- Go to
edge://settings/content/popups - Add Business Central domain to exceptions
Outlook Configuration
Outlook Desktop App
Email Account Setup
Ensure Outlook is properly configured:
- Office 365 account active and working
- Send/Receive functions correctly
- Test email sending works
Outlook Settings
For optimal experience:
- File → Options → Mail
- Compose messages: HTML format (recommended)
- Message format: Rich Text or HTML
- Winmail.dat prevention: Configure to HTML/Plain Text for external recipients
Signature Setup
- File → Options → Mail → Signatures
- Configure personal signature
- Set as default for new messages
- Test signature with Edit in Outlook workflow
Outlook Web Access (OWA)
Browser Configuration
For OWA usage:
- Ensure your default browser has Outlook Web Access as default for
.eml - Test .eml file opening in web browser
- Configure OWA notifications for new messages
Multi-User Installation
Domain Environment Setup
Group Policy Configuration
For organizations with Group Policy:
<!-- Registry.pol configuration for .eml association -->
<RegistrySettings>
<Registry>
<Key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.eml</Key>
<ValueName>(Default)</ValueName>
<Value>Microsoft.Outlook.EML</Value>
<Type>REG_SZ</Type>
</Registry>
</RegistrySettings>Deployment Script
PowerShell script for bulk deployment:
# Set EML file association to Outlook
$progId = "Microsoft.Outlook.EML"
$extension = ".eml"
# Set file association
cmd /c "assoc $extension=$progId"
cmd /c "ftype $progId=`"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE`" /eml `"%1`""
Write-Host "EML file association configured for Outlook"User Training Script
PowerShell script to help users:
# Test EML association
$emlTest = "C:\temp\test.eml"
$testContent = @"
From: test@example.com
To: user@example.com
Subject: Test EML File
Content-Type: text/plain
This is a test EML file for Edit in Outlook.
"@
$testContent | Out-File -FilePath $emlTest -Encoding ASCII
# Test file opening
Start-Process $emlTest
Write-Host "Test EML file created and opened. Verify it opens in Outlook."Troubleshooting Office Integration
Common Problems
.EML does not open in Outlook
Causes: - Incorrect file association<br> - Outlook not installed - Multiple email clients installed
Solutions:
- Reinstall Outlook as dominant email client
- Repair Office installation via Control Panel
- Reset file associations via Windows Settings
Browser download problems
Causes: - Pop-up blocker - Download restrictions - Antivirus interference
Solutions:
- Whitelist Business Central in browser
- Configure antivirus to allow .eml downloads
- Test different browser for troubleshooting
Outlook opens message incorrectly
Causes: - Encoding problems - Template formatting issues - Attachment corruption
Solutions:
- Check character encoding in EML files
- Verify template HTML is valid
- Test with minimal template for debugging
Diagnostic Tools
Browser Developer Tools
For debugging browser issues:
- Open Developer Tools (F12)
- Check Console for JavaScript errors
- Monitor Network tab for download failures
- Inspect Application tab for storage issues
Windows Event Viewer
For system-level troubleshooting:
- Open Event Viewer
- Check Applications and Services Logs
- Look for Outlook-related errors
- Monitor file association events
Next steps: - Configuration - App configuration details - Editing emails - User guide - Troubleshooting - Problem solving
Deze pagina beschrijft de specifieke stappen voor het installeren en configureren van de Office componenten die nodig zijn voor Edit in Outlook.
Overzicht
Edit in Outlook gebruikt geen traditionele Outlook add-in, maar werkt via EML bestanden die direct geopend worden in Outlook. Deze aanpak biedt maximale compatibiliteit en vereist geen speciale Office add-in installatie.
EML Bestand Associatie
Windows Bestandsassociatie
Automatische Configuratie
De meeste Windows systemen hebben automatisch de juiste bestandsassociatie:
- .eml bestanden → Microsoft Outlook
- Dubbelklikken opent direct in Outlook
Handmatige Configuratie (indien nodig)
- Rechtsklik op .eml bestand
- Selecteer "Open with" → "Choose another app"
- Selecteer Microsoft Outlook
- Vink aan: "Always use this app to open .eml files"
- Klik OK
Via Windows Settings
- Open Windows Settings (
Win + I) - Ga naar Apps → Default apps
- Scroll naar "Choose default apps by file type"
- Zoek naar
.eml - Selecteer Microsoft Outlook
Alternative: Via Registry (Advanced)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\OpenWithList]
"a"="OUTLOOK.EXE"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\UserChoice]
"ProgId"="Microsoft.Outlook.EML"Browser Configuratie
Download Locatie
Voor optimale workflow configureer je browser download instellingen:
Chrome
- Ga naar Settings (
chrome://settings/) - Advanced → Downloads
- Stel download locatie in (bijv.
C:\Users\[Username]\Downloads\EditInOutlook\) - Optioneel: Schakel "Ask where to save each file before downloading" uit
Edge
- Ga naar Settings (
edge://settings/) - Downloads
- Configureer download pad
- Optioneel: "Ask me what to do with each download" uitschakelen
Firefox
- Ga naar Settings (
about:preferences) - General → Files and Applications
- Stel download folder in
- Configureer .eml bestand actie naar "Open with Microsoft Outlook"
Pop-up Blocker
Zorg ervoor dat Business Central niet geblokkeerd wordt:
Chrome Pop-up Settings
- Ga naar
chrome://settings/content/popups - Add je Business Central URL naar "Allowed to show pop-ups and redirects"
Edge Pop-up Settings
- Ga naar
edge://settings/content/popups - Add Business Central domain naar exceptions
Outlook Configuratie
Outlook Desktop App
E-mail Account Setup
Zorg dat Outlook correct geconfigureerd is:
- Office 365 account actief en werkend
- Send/Receive functioneert correct
- Test e-mail verzending werkt
Outlook Instellingen
Voor optimale ervaring:
- File → Options → Mail
- Compose messages: HTML format (aanbevolen)
- Message format: Rich Text of HTML
- Winmail.dat prevention: Configureer naar HTML/Plain Text voor externe ontvangers
Handtekening Setup
- File → Options → Mail → Signatures
- Configureer persoonlijke handtekening
- Stel in als standaard voor nieuwe berichten
- Test handtekening met Edit in Outlook workflow
Outlook Web Access (OWA)
Browser Configuratie
Voor OWA usage:
- Zorg dat je standaard browser Outlook Web Access als default heeft voor
.eml - Test .eml file opening in web browser
- Configureer OWA notifications voor niewe berichten
Multi-User Installatie
Domain Environment Setup
Group Policy Configuration
Voor organisaties met Group Policy:
<!-- Registry.pol configuratie voor .eml associatie -->
<RegistrySettings>
<Registry>
<Key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.eml</Key>
<ValueName>(Default)</ValueName>
<Value>Microsoft.Outlook.EML</Value>
<Type>REG_SZ</Type>
</Registry>
</RegistrySettings>Deployment Script
PowerShell script voor bulk deployment:
# Set EML file association to Outlook
$progId = "Microsoft.Outlook.EML"
$extension = ".eml"
# Set file association
cmd /c "assoc $extension=$progId"
cmd /c "ftype $progId=`"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE`" /eml `"%1`""
Write-Host "EML file association configured for Outlook"User Training Script
PowerShell script om gebruikers te helpen:
# Test EML association
$emlTest = "C:\temp\test.eml"
$testContent = @"
From: test@example.com
To: user@example.com
Subject: Test EML File
Content-Type: text/plain
This is a test EML file for Edit in Outlook.
"@
$testContent | Out-File -FilePath $emlTest -Encoding ASCII
# Test file opening
Start-Process $emlTest
Write-Host "Test EML file created and opened. Verify it opens in Outlook."Troubleshooting Office Integration
Veelvoorkomende Problemen
.EML opent niet in Outlook
Oorzaken: - Onjuiste bestandsassociatie<br> - Outlook niet geïnstalleerd - Meerdere e-mail clients geïnstalleerd
Oplossingen:
- Herinstalleer Outlook als dominant e-mail client
- Repair Office installation via Control Panel
- Reset bestandsassociaties via Windows Settings
Browser download problemen
Oorzaken: - Pop-up blocker - Download restrictions - Antivirus interference
Oplossingen:
- Whitelist Business Central in browser
- Configure antivirus to allow .eml downloads
- Test different browser voor troubleshooting
Outlook opent bericht incorrectly
Oorzaken: - Encoding problemen - Template formatting issues - Attachment corruption
Oplossingen:
- Check character encoding in EML files
- Verify template HTML is geldig
- Test met minimal template voor debugging
Diagnostics Tools
Browser Developer Tools
Voor debugging browser issues:
- Open Developer Tools (F12)
- Check Console voor JavaScript errors
- Monitor Network tab voor download failures
- Inspect Application tab voor storage issues
Windows Event Viewer
Voor systeem-level troubleshooting:
- Open Event Viewer
- Check Applications and Services Logs
- Look for Outlook-related errors
- Monitor file association events
Volgende stappen: - Configuratie - App configuratie details - E-mails bewerken - Gebruikshandleiding - Troubleshooting - Probleemoplossing