CreateOptOutList - Solution Sites Routine

This function creates a new empty mailing list, which is used to opt-out of a direct mail campaign.

Definition

Function CreateOptOutList(
  listmanager,
  campitem_id)

Parameters

  • listmanager
    An initialized ListManager object.
  • campitem_id
    A GUID representing the campaign item ID of the direct mail item.

Return Value

A GUID representing the new list ID.

Defined in File

opt-out.asp

Routines Called

None.

Called By

OptOut

Copyright © 2005 Microsoft Corporation.
All rights reserved.