EMDocument Constructor (EMDocument)
|
Alterian Email Manager 6.2.3 SDK Help File Initializes a new instance of the
EMDocument class
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMDocument(
EMDocument doc
)
Public Sub New (
doc As EMDocument
)
public:
EMDocument(
EMDocument^ doc
)
new :
doc : EMDocument -> EMDocument
DMLibrary.EMDocument = function(doc);
Parameters
- doc
- Type: DMLibraryEMDocument
See Also