DMListImportDropFolderRecipientList Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a list to import to from a drop folder, and whether to clear that list prior to importing.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMListImportDropFolderRecipientList
Public Class DMListImportDropFolderRecipientList
public ref class DMListImportDropFolderRecipientList
type DMListImportDropFolderRecipientList = class end
DMLibrary.DMListImportDropFolderRecipientList = function();
Type.createClass(
'DMLibrary.DMListImportDropFolderRecipientList');
The DMListImportDropFolderRecipientList type exposes the following members.
Fields | Name | Description |
---|
 | ClearListBeforeImport |
Specifies if the list should be cleared before import.
|
 | ListID |
ID of the list to which the import will be added.
|
Top
See Also