DMListImportSourceCodePage Property

Alterian Email Manager 6.2.3 SDK Help File
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

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

Syntax
public int CodePage { get; set; }

Property Value

Type: Int32
See Also