DMExportsExportRecipientData Method

Alterian Email Manager 6.2.3 SDK Help File
Downloads the specified recipient data in the specified format.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static Stream ExportRecipientData(
	DMToken token,
	int ExportID,
	int Page,
	List<DMRecipientColumn> Columns,
	DMExportDataFormat Format,
	CompressionMethod Compression
)

Parameters

token
Type: DMToken
Authenticated token
ExportID
Type: SystemInt32
ID of export context from previous call to CreateExportByList, CreateExportByDate or CreateExportByPK
Page
Type: SystemInt32
1-based index of page to download. When 0, all pages are returned.
Columns
Type: System.Collections.GenericListDMRecipientColumn
Format
Type: DMLibraryDMExportDataFormat
Compression
Type: DMLibrary.StreamsCompressionMethod

Return Value

Type: Stream
See Also