feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used

This commit is contained in:
smizrahi
2023-01-16 15:31:15 +01:00
parent c178963bfc
commit 04e15b5695
9 changed files with 59 additions and 27 deletions
+5
View File
@@ -746,6 +746,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self boolForKey: @"SOGoEASSearchInBody"];
}
- (BOOL) isEasUIDisabled
{
return [self boolForKey: @"SOGoEASDisableUI"];
}
//
// See https://msdn.microsoft.com/en-us/library/gg672032(v=exchg.80).aspx
//