Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic ref class DMExports
type DMExports = class end
DMLibrary.DMExports = function();
Type.createClass(
'DMLibrary.DMExports');
The DMExports type exposes the following members.
Constructors | Name | Description |
---|
 | DMExports | Initializes a new instance of the DMExports class |
Top
Methods | Name | Description |
---|
  | CreateExportByDate | Creates an export context for recipients with any event history in the specified date range. |
  | CreateExportByList | Creates an export context for recipients on any of the specified lists. |
  | CreateExportByPK | Creates an export context for all recipients created with the specified primary key field. |
  | DeleteExport(DMToken, Int32) | Deletes the specified export context freeing up space and reducing the size of the export table. |
  | DeleteExport(String, Int32) | Deletes the specified export context freeing up space and reducing the size of the export table. |
  | ExportEventlogData(DMToken, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod) | |
  | ExportEventlogData(DMToken, Int32, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod) | |
  | ExportEventlogData(String, Int32, Int32, DateTime, DateTime, ListDMEventExportFilter, ListDMEventColumn, DMExportDataFormat, CompressionMethod) | |
  | ExportFieldValues | |
  | ExportRecipientData | Downloads the specified recipient data in the specified format. |
  | ExportRecipientLists | |
Top
See Also