Share via


AudienceManager.GetADsPath Method

Parses the specified string into a list of smaller strings of unique domains, user names, and e-mail addresses.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Function GetADsPath ( _
    EmailORsamAccountNameOrg As String _
) As ArrayList
'Usage
Dim EmailORsamAccountNameOrg As String
Dim returnValue As ArrayList

returnValue = AudienceManager.GetADsPath(EmailORsamAccountNameOrg)
public static ArrayList GetADsPath(
    string EmailORsamAccountNameOrg
)

Parameters

  • EmailORsamAccountNameOrg
    Type: System.String
    String that contains e-mail addresses, domain information, and Windows NT user names.

Return Value

Type: System.Collections.ArrayList
System.Collections.ArrayList object that represents a list of unique domain information and user names parsed from the EmailORsamAccountNameOrg parameter.

Remarks

The GetADsPath method is used by the AudienceManager object to retrieve information from the Microsoft Active Directory directory service.

See Also

Reference

AudienceManager Class

AudienceManager Members

Microsoft.Office.Server.Audience Namespace