ExchangeUtils Class
Provides a set of utility methods that you can use to create new objects. You can call the static methods of the ExchangeUtils class only within a rules extension inside the Provision method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ExchangeUtils
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Unrestricted:=True)> _
Public Class ExchangeUtils
[PermissionSetAttribute(SecurityAction.Demand, Unrestricted=true)]
public class ExchangeUtils
[PermissionSetAttribute(SecurityAction::Demand, Unrestricted=true)]
public ref class ExchangeUtils
/** @attribute PermissionSetAttribute(SecurityAction.Demand, Unrestricted=true) */
public class ExchangeUtils
public class ExchangeUtils
Inheritance Hierarchy
System.Object
Microsoft.MetadirectoryServices.ExchangeUtils
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ExchangeUtils Members
Microsoft.MetadirectoryServices Namespace
CSEntry Class
MVEntry
Utils
Microsoft.MetadirectoryServices