DMExportsExportRecipientLists Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public static Stream ExportRecipientLists(
	DMToken token,
	int ExportID,
	int Page,
	List<int> Lists,
	DMExportDataFormat Format,
	CompressionMethod Compression
)

Parameters

token
Type: DMToken
ExportID
Type: SystemInt32
Page
Type: SystemInt32
Lists
Type: System.Collections.GenericListInt32
Format
Type: DMLibraryDMExportDataFormat
Compression
Type: DMLibrary.StreamsCompressionMethod

Return Value

Type: Stream
See Also