ListManager Methods (PIA)

Methods

Method Description
AddUserToMailingList Adds a user to a mailing list.
CancelOperation Cancels a currently running asynchronous operation.
Copy Makes a copy of a list.
CreateEmpty Creates an empty list for subsequent operations.
CreateFromDWCalc Creates a list from an Analysis report.
CreateFromFile Creates a list from a file.
CreateFromSegment Creates a list from a Predictor resource segment.
CreateFromSql Creates a list from an SQL query.
Delete Deletes a list.
ExportToFile Exports a list to a file.
ExportToSql Exports a list to a database table.
ExtractMailingList Creates a new mailing list from a generic list that contains an rcp_email column.
GetListFlags Retrieves the Flags bitmask for a list.
GetListId Retrieves the list ID.
GetListName Retrieves the list name.
GetListProperty Retrieves a list property.
GetLists Enumerates all known lists at the time of the call.
GetListUserFlags Retrieves the UserFlags bitmask for a list.
GetOperationInfo Retrieves information on a list operation.
GetOperations Enumerates all operations running at the time of the call.
Initialize Initializes the ListManager object.
RemoveUserFromMailingList Removes a user from a mailing list.
Rename Renames a list.
SetDesc Assigns a description to a list.
SetListProperty Sets a list property.
Subtract Subtracts one list from another list, and stores the results in a third list.
Union Produces a union of two lists (combines the lists and eliminates duplicates), and stores the results in a third list.
WaitOnOperation Waits for an operation to complete or a timeout to occur, then returns.

Copyright © 2005 Microsoft Corporation.
All rights reserved.