Overview
CfbWriter is a class in Aspose.Email FOSS for .NET.
Constructors
| Signature | Description |
|---|
Serializer(document: CfbDocument) | Creates a new CfbWriter with the specified parameters. |
EntryRecord(streamId: uint, name: string, objectType: DirectoryObjectType, clsid: byte[], stateBits: uint, creationTime: ulong, modifiedTime: ulong) | Creates a new CfbWriter with the specified parameters. |
Chain(payload: byte[]) | Creates a new CfbWriter with the specified parameters. |
Methods
| Signature | Description |
|---|
ToBytes(document: CfbDocument) | |
WriteFile(document: CfbDocument, path: string) | |
Serialize() | |
Properties
| Name | Type | Access | Description |
|---|
StreamId | uint | read | |
Name | string | read | |
ObjectType | DirectoryObjectType | read | |
Clsid | byte[] | read | |
StateBits | uint | read | |
CreationTime | ulong | read | |
ModifiedTime | ulong | read | |
StreamData | byte[] | read | |
Children | List<EntryRecord> | read | |
ColorFlag | DirectoryColorFlag | read | |
LeftSiblingId | uint | read | |
RightSiblingId | uint | read | |
ChildId | uint | read | |
StartingSectorLocation | uint | read | |
StreamSize | ulong | read | |
IsRoot | bool | read | |
IsStorage | bool | read | |
IsStream | bool | read | |
Payload | byte[] | read | |
Sectors | List<uint> | read | |
FirstSector | uint | read | |
See Also