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.

The following tables list the members exposed by the ExchangeUtils type.

Public Constructors

  Name Description
ExchangeUtils Creates an instance of the ExchangeUtils class.
Top

Public Methods (see also Protected Methods)

  Name Description
public methodstatic Create55CustomRecipient Creates a custom recipient in Microsoft Exchange Server 5.5.
public methodstatic Create55Distributionlist Creates a distribution list in Microsoft Exchange Server 5.5.
public methodstatic Create55Mailbox Creates a mailbox in Microsoft Exchange Server 5.5.
public methodstatic CreateDistributionlist Creates a distribution list in Microsoft Exchange Server 2000 or Exchange Server 2003.
public methodstatic CreateMailbox Overloaded.  
public methodstatic CreateMailEnabledContact Creates an e-mail–enabled contact in Microsoft Exchange Server 2000 or Exchange Server 2003.
public methodstatic CreateMailEnabledUser Overloaded.  
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also