Enum OlePayloadKind
How an embedded OLE object stores the thing it wraps.
public enum OlePayloadKind
Fields
Unrecognized = 0The container holds neither of the well-known native streams. The payload is still reachable stream by stream through StreamNames; this only says that no single stream is "the file".
PackagedFile = 1An OLE 1.0
Package: an arbitrary file dropped into the document, wrapped in theOle10Nativestream along with the name it had on disk.Contents = 2A
CONTENTSstream, which is what the common embedders — Equation Editor, PDF and mathematics add-ins among them — write their native form into.