Used to specify options for FileCaptureActions and FileCaptureSpecs.
enum OutputCaptureOptionsEnum { ocNone = 0, ocCaptureArchiveBit = 1, ocCaptureModified = 2, ocDeleteAfterCapture = 4, ocSend = 8 };
public enum OutputCaptureOptionsEnum { ocNone = 0, ocCaptureArchiveBit = 1, ocCaptureModified = 2, ocDeleteAfterCapture = 4, ocSend = 8 }
Public Enum OutputCaptureOptionsEnum ocNone = 0 ocCaptureArchiveBit = 1 ocCaptureModified = 2 ocDeleteAfterCapture = 4 ocSend = 8 End Enum
Members |
Description |
ocNone = 0 |
No options set. |
ocCaptureArchiveBit = 1 |
A file is captured only if its archive attribute is set |
ocCaptureModified = 2 |
A file is captured only if it has been created or modified since the last time this job was executed |
ocDeleteAfterCapture = 4 |
The file is deleted from its original location after it is captured |
ocSend = 8 |
Files captured by the action will be sent to e-mail recipients |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|