DMListImportDropFolder Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a Drop Folder for Recipient List Import.
Inheritance Hierarchy
SystemObject
  DMLibraryDMListImportDropFolder

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

Syntax
public class DMListImportDropFolder

The DMListImportDropFolder type exposes the following members.

Fields
NameDescription
Public fieldCategoryID
Drop Folder Category.
Public fieldCategoryName
Drop Folder Category Name.
Public fieldCreated
Drop folder creation time.
Public fieldCreateNewList
Flag indicating whether this drop folder import creates a new list.
Public fieldDeployments
List of Drop Folder Deployment objects.
Public fieldEnabled
Specifies if drop folder is enabled.
Public fieldFolderId
Drop Folder ID.
Public fieldListIDToModelAfter
For automation jobs, specify a list ID to model after. The newly created lists will inherit the properties of the model list ID.
Public fieldListType
Specifies if a list is recipient list or suppression list.
Public fieldModified
Drop folder modified time.
Public fieldName
Drop Folder Name.
Public fieldNewListCategoryID
ID for the category the new list is to be created in.
Public fieldNewListDescription
Description for the new list.
Public fieldNewListNameTemplate
Template for naming the new list.
Public fieldRecipientList
List of Drop Folder Recipient List objects.
Public fieldSourceID
Import Source ID associated with this drop folder.
Public fieldSourceName
Import Source Name.
Top
See Also