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
Syntax
Visual Basic |
<PermissionSetAttribute(SecurityAction.Demand, Unrestricted:=True)> _
Public Class ExchangeUtils
|
C# |
[PermissionSetAttribute(SecurityAction.Demand, Unrestricted=true)]
public class ExchangeUtils
|
C++ |
[PermissionSetAttribute(SecurityAction::Demand, Unrestricted=true)]
public ref class ExchangeUtils
|
J# |
/** @attribute PermissionSetAttribute(SecurityAction.Demand, Unrestricted=true) */
public class ExchangeUtils
|
JScript |
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