DMListImportSource Class

Alterian Email Manager 6.2.3 SDK Help File
Describes a data source to be used in an import context for importing recipient records.
Inheritance Hierarchy
SystemObject
  DMLibraryDMListImportSource

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

Syntax
[SerializableAttribute]
public class DMListImportSource

The DMListImportSource type exposes the following members.

Properties
NameDescription
Public propertyCodePage
Specify how string data is to be derived from bytes or files when uploading non-string data. Sample values that can be passed: For UTF8 : 65001, Unicode : 1200 , BigEndian: 1201 , UTF32: 12000, UTF7: 65000, US ASCII : 20127, ISO 8859-1 : 1252
Top
Fields
NameDescription
Public fieldColumnHeaders
If format is DMSF_CSV this specifies that the first row is column headers.
Public fieldColumns
For column-based formats, specifies the columns in the order they appear in the source data.
Public fieldCreated
Date and time this source was created.
Public fieldDelimiter
If format is DMSF_CSV this specifies the delimiter, otherwise it is ignored.
Public fieldDescription
Description for this Source.
Public fieldEncryption
What encryption format is used on the data
Public fieldEncryptionPassPhrase
Passphrase to be used to decrypt data
Public fieldEncryptionPrivateKey
Private key to be used to decrypt data
Public fieldEncryptionPublicKey
Public key used to encrypt the data
Public fieldEncryptionSetup
An enum describing how this encryption in this import source was created [if applicable]
Public fieldFileExt
Extension of the file that was used to create the import source.
Public fieldFormat
Format of source data.
Public fieldID
ID of this source object - "SourceID".
Public fieldModified
Date and time this source was last modified.
Public fieldName
Text to be associated with this source.
Public fieldPaddingChar
This is applicable only for Fixed Width Format. Pass space if not sure.
Public fieldSourceCompressionFormat
If content is compressed, then the format for the compression. Example:GZip
Public fieldTextQualifier
If format is DMSF_CSV this specifies the text-qualifier, otherwise it is ignored.
Public fieldVerifyHeaders
When specified the headers found in the data will be compared to the expected headers provided in Columns[] - if there is a mismatch an exception will be raised. If ColumnHeaders is false this property is ignored.
Public fieldZipPassword
Specify a password if source data is zipped and password protected.
Top
See Also