FileProcess Class

Alterian Email Manager 6.2.3 SDK Help File
These are all methods to read and acknowledge files from SEV.ExportLog
Inheritance Hierarchy
SystemObject
  DMLibrary.SEVFileProcess

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

Syntax
public class FileProcess

The FileProcess type exposes the following members.

Constructors
Properties
NameDescription
Public propertyContents
Public propertyFilename
Top
Methods
NameDescription
Public methodStatic memberAcknowledgeFile
Marks a file as picked up in ExportLog, and deletes the acknowledgment file
Public methodStatic memberRequestFile(DMToken, String)
In the event a file wasn't received properly, we can ask for a specific file and the delivery date will be updated
Public methodStatic memberRequestFile(DMToken, Int32, ListExportType)
Gets a file from ExportLog
Top
See Also