public CSEntry CreateMailbox( ConnectedMA TargetADMA, ReferenceValue DistinguishedName, String Alias, String HomeMDB );
Public Function CreateMailbox( _ ByVal TargetADMA As ConnectedMA, _ ByVal DistinguishedName As ReferenceValue, _ ByVal Alias As String, _ ByVal HomeMDB As String _ ) As CSEntry Implements ExchangeUtils.CreateMailbox
The Active Directory management agent through which the new object is provisioned.
The distinguished name of the mailbox.
The mail alias of the mailbox.
The location of the mailbox store.
Returns a CSEntry representing the connected data source entry.
A required parameter is not present.
A required parameter is null.
A required attribute is not selected in the management agent.
You attempted to create the same custom recipient more than once in the IMVSynchronization.Provision method. This method is called for each metaverse object when a metaverse rules extension exists.
The object type referenced is not in the schema.
Example: MailboxCSEntryExchangeUtils
Send comments about this topic to Microsoft
Build date: 2/16/2009