Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExchangeUtils class provides a set of utility methods that can be used to create new objects. The static methods of the ExchangeUtils class can be called only within a rules extension inside the IMVSynchronization.Provision method.
The ExchangeUtils class is derived from the System.Object class.
The ExchangeUtils class has the following public constructor.
Constructor | Description |
---|---|
ExchangeUtils |
Creates an instance of the ExchangeUtils class. |
The ExchangeUtils class has the following public methods.
Method | Description |
---|---|
Create55CustomRecipient | Static (Shared). Creates a custom recipient in Exchange Server 5.5. |
Create55Distributionlist | Static (Shared). Creates a distribution list in Exchange Server 5.5. |
Create55Mailbox | Static (Shared). Creates a mailbox in Exchange Server 5.5. |
CreateDistributionlist | Static (Shared). Creates a distribution list in Exchange Server 2000 or Exchange Server 2003. |
CreateMailbox(ConnectedMA, ReferenceValue, String, String) | Static (Shared). Creates a mailbox in Exchange Server 2000 or Exchange Server 2003. |
CreateMailbox(ConnectedMA, ReferenceValue, String, String, Byte[]) | Static (Shared). Creates a resource mailbox in Exchange Server 2000 or Exchange Server 2003. |
CreateMailbox(ConnectedMA, ReferenceValue, String, String, long, long, long) | Static (Shared). Creates a mailbox in Exchange Server 2000 or Exchange Server 2003 with specific limits on the mailbox. |
CreateMailbox(ConnectedMA, ReferenceValue, String, String, long, long, long, Byte[], Boolean) | Static (Shared). Creates a mailbox in Exchange Server 2000 or Exchange Server 2003 with certain properties, depending on which arguments are supplied. |
CreateMailbox(ConnectedMA, ReferenceValue, String, String, long,long, long, Byte[]) | Static (Shared). Creates a resource mailbox in Exchange Server 2000 or Exchange Server 2003 with specific limits on the mailbox. |
CreateMailEnabledContact | Static (Shared). Creates a mail-enabled contact in Exchange Server 2000 or Exchange Server 2003. |
CreateMailEnabledUser(ConnectedMA, ReferenceValue, String, String) | Static (Shared). Creates a mail-enabled user in Exchange Server 2000 or Exchange Server 2003. |
CreateMailEnabledUser(ConnectedMA, ReferenceValue, String, String, Boolean) | Static (Shared). Creates a mail-enabled user in Exchange Server 2000 or a mail-enabled INetOrgPerson in Exchange Server 2003. |
Equals(Object) |
Determines if two objects are equal. |
Equals(Object,Object) |
Determines if two objects are equal. |
Finalize |
Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
GetHashCode |
Serves as a hash function for a particular type. |
GetType |
Retrieves the Type of the current object. |
MemberwiseClone |
Creates a shallow copy of the current object. |
ToString |
Retrieves a String that represents the current object. |
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
Send comments about this topic to Microsoft
Build date: 2/16/2009
Please sign in to use this experience.
Sign in