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:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int CodePage { get; set; }Public Property CodePage As Integer
	Get
	Set
public:
property int CodePage {
	int get ();
	void set (int value);
}member CodePage : int with get, set
function get_CodePage();
function set_CodePage(value);
Property Value
Type: 
Int32
See Also