DMExports Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibraryDMExports

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

Syntax
public class DMExports

The DMExports type exposes the following members.

Constructors
NameDescription
Public methodDMExports
Initializes a new instance of the DMExports class
Top
Methods
NameDescription
Public methodStatic memberCreateExportByDate
Creates an export context for recipients with any event history in the specified date range.
Public methodStatic memberCreateExportByList
Creates an export context for recipients on any of the specified lists.
Public methodStatic memberCreateExportByPK
Creates an export context for all recipients created with the specified primary key field.
Public methodStatic memberDeleteExport(DMToken, Int32)
Deletes the specified export context freeing up space and reducing the size of the export table.
Public methodStatic memberDeleteExport(String, Int32)
Deletes the specified export context freeing up space and reducing the size of the export table.
Public methodStatic memberExportEventlogData(DMToken, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod)
Public methodStatic memberExportEventlogData(DMToken, Int32, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod)
Public methodStatic memberExportEventlogData(String, Int32, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod)
Public methodStatic memberExportFieldValues
Public methodStatic memberExportRecipientData
Downloads the specified recipient data in the specified format.
Public methodStatic memberExportRecipientLists
Top
See Also