Microsoft Identity Integration Server 2003 Developer Reference |
[C#]
public CSEntry Create55Distributionlist(
ConnectedMA TargetExchange55MA,
ReferenceValue DistinguishedName,
String Alias,
String DisplayName,
String SMTPEmail,
String ORAddress
);
[Visual Basic .NET]
Public Function Create55Distributionlist( _
ByVal TargetExchange55MA As ConnectedMA, _
ByVal DistinguishedName As ReferenceValue, _
ByVal Alias As String, _
ByVal DisplayName As String, _
ByVal SMTPEmail As String, _
ByVal ORAddress As String _
) As CSEntry
Implements ExchangeUtils.Create55Distributionlist
Exception type | Condition |
---|---|
ArgumentException | A required parameter is not present. |
ArgumentNullException | A required parameter is null. |
AttributeNotInInclusionListException | A required attribute is not selected in the management agent. |
InvalidOperationException | 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. |
NoSuchObjectTypeException | The object type referenced is not in the schema. |
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.
Example: Exchange 5.5 Distribution List, CSEntry, ExchangeUtils