DMExportsExportRecipientLists Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static Stream ExportRecipientLists(
DMToken token,
int ExportID,
int Page,
List<int> Lists,
DMExportDataFormat Format,
CompressionMethod Compression
)
Public Shared Function ExportRecipientLists (
token As DMToken,
ExportID As Integer,
Page As Integer,
Lists As List(Of Integer),
Format As DMExportDataFormat,
Compression As CompressionMethod
) As Stream
public:
static Stream^ ExportRecipientLists(
DMToken^ token,
int ExportID,
int Page,
List<int>^ Lists,
DMExportDataFormat Format,
CompressionMethod Compression
)
static member ExportRecipientLists :
token : DMToken *
ExportID : int *
Page : int *
Lists : List<int> *
Format : DMExportDataFormat *
Compression : CompressionMethod -> Stream
DMLibrary.DMExports.ExportRecipientLists = function(token, ExportID, Page, Lists, Format, 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