diff --git a/GreenshotOfficePlugin/Destinations/OutlookDestination.cs b/GreenshotOfficePlugin/Destinations/OutlookDestination.cs index 982b7e403..c3bf5e445 100644 --- a/GreenshotOfficePlugin/Destinations/OutlookDestination.cs +++ b/GreenshotOfficePlugin/Destinations/OutlookDestination.cs @@ -175,7 +175,7 @@ namespace GreenshotOfficePlugin { exportInformation.ExportMade = true; } else { if (!manuallyInitiated) { - Dictionary inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets(); + IDictionary inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets(); if (inspectorCaptions != null && inspectorCaptions.Count > 0) { List destinations = new List(); destinations.Add(new OutlookDestination());