Alterian Email Manager 6.2.3 SDK Help File
Represents a node in the EM folder structure.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic ref class EMFolder
type EMFolder = class end
DMLibrary.EMFolder = function();
Type.createClass(
'DMLibrary.EMFolder');
The EMFolder type exposes the following members.
Constructors | Name | Description |
---|
 | EMFolder | Initializes a new instance of the EMFolder class |
Top
Properties | Name | Description |
---|
 | ID |
Unique ID for the folder.
|
 | Name |
Folder Name.
|
 | ParentID |
Unique ID of the parent of the folder.
|
Top
See Also