EMList Constructor (DMList, String, String)
|
Alterian Email Manager 6.2.3 SDK Help File Initializes a new instance of the
EMList class
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMList(
DMList dmList,
string folderPath,
string keyName
)
Public Sub New (
dmList As DMList,
folderPath As String,
keyName As String
)
public:
EMList(
DMList^ dmList,
String^ folderPath,
String^ keyName
)
new :
dmList : DMList *
folderPath : string *
keyName : string -> EMList
DMLibrary.EMList = function(dmList, folderPath, keyName);
Parameters
- dmList
- Type: DMLibraryDMList
- folderPath
- Type: SystemString
- keyName
- Type: SystemString
See Also