Changes in act.outlook.integration from v21.1 (Version 4.0.30319.42000)<br> to v22 (Version 4.0.30319.42000)

Changes in act.outlook.integration from v21.1 (Version 4.0.30319.42000)
to v22 (Version 4.0.30319.42000)

Removed Added
public class Act.Outlook.Integration.Utility ()
  • Method: public static List`1 GetMultipleSelectedItems (List`1 propertyDataList, List`1 sourceList, string preferenceName)
  • Method: public static T GetPreference (List`1 propertyDataList, string preferenceName)
  • Method: public static bool IsSelected (List`1 propertyDataList, string item, string preferenceName)
  • Method: public static void SetMultipleSelectedItems (List`1 propertyDataList, List`1 selectedList, string preferenceName)
  • Method: public static void SetPreference (List`1 propertyDataList, string preferenceName, T value)
  • Method: public static List`1 GetMultipleSelectedItems (List`1 propertyDataList, List`1 sourceList, string preferenceName)
  • Method: public static T GetPreference (List`1 propertyDataList, string preferenceName)
  • Method: public static bool IsSelected (List`1 propertyDataList, string item, string preferenceName)
  • Method: public static void SetMultipleSelectedItems (List`1 propertyDataList, List`1 selectedList, string preferenceName)
  • Method: public static void SetPreference (List`1 propertyDataList, string preferenceName, T value)
OlBusyStatus ()
public sealed enum Microsoft.Office.Interop.Outlook.OlBusyStatus
                    olFree = 0,
                    olTentative = 1,
                    olBusy = 2,
                    olOutOfOffice = 3,
                    olWorkingElsewhere = 4,
public sealed enum Microsoft.Office.Interop.Outlook.OlBusyStatus
                    olFree = 0,
                    olTentative = 1,
                    olBusy = 2,
                    olOutOfOffice = 3,
--> NONE <-- --> NONE <--

TopSummary