Share via


ExportMailingList Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This class is used to export users into a Simple Mailing List using the web service.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
Public Class ExportMailingList _
    Inherits Page
'Usage
Dim instance As ExportMailingList
public class ExportMailingList : Page
public ref class ExportMailingList : public Page
public class ExportMailingList extends Page

Remarks

Mailing lists are used by Direct Mailer to send pieces of mail to selected recipients in a list.

Represents an .aspx file, also known as a Web Forms page, requested from a server that hosts an ASP.NET Web application. On a page load, this class gets the query string and validates the ListId, OperationId, and OriginalFilePath.

If the query string is invalid or nullNothingnullptra null reference (Nothing in Visual Basic) a FormatException is thrown. If the query string is valid, the export data is written to a Response stream.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.TemplateControl
      System.Web.UI..::.Page
        Microsoft.CommerceServer.Marketing.WebService..::.ExportMailingList

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExportMailingList Members

Microsoft.CommerceServer.Marketing.WebService Namespace