If you are also writing code using WMI on C#, probably you’ve also use the following classes; ManagementScope, ManagementObjectSearcher, ManagementObjectCollection and also ManagementObject; But they’re not such easy classes…
Tag:
C# @en
Here is a simple but usefull tip for outlook add-in developers. You can create new folders with the help of the following code : //using Outlook = Microsoft.Office.Interop.Outlook; //ThisApplication outlook…