CfbConstants | CfbConstants.ByteOrderLittleEndian identifies little-endian integer encoding in CFB files. |
CfbDocument | CfbDocument can be instantiated directly, or created from existing data using CfbDocument.FromFile(path), FromStream(stream), or FromReader(reader). |
CfbException | CfbException.CfcException یک مثال استثنایی را ایجاد می کند که شامل پیام خطا ارائه شده است. |
CfbNode | CfbNode provides metadata for each entry in a CFB container, including Name, Clsid, CreationTime, and ModifiedTime. |
CfbReader | CfbReader.FromFile(path) opens a CFB file and provides access to its header, FAT, MiniFAT, and directory entries via properties such as MajorVersion and SectorSize. |
CfbStorage | CfbStorage.CfcStore یک نوک ذخیره سازی جدید با نام مشخص شده را آغاز می کند. |
CfbStream | CfbStream.CfBStreum یک Cvb Stream جدید با نام مشخص شده و داده های بایت اختیاری ایجاد می کند. |
CfbWriter | CfbWriter.WriteFile(document, path) serializes a CfbDocument to a file, while ToBytes(document) returns the binary representation as a byte array. |
DirectoryEntry | DirectoryEntry methods IsStorage(), IsStream(), and IsRoot() let developers determine the type of a directory entry when traversing a CFB structure. |
DirectoryEntryNameComparer | DirectoryEntryNameComparer.Compare دو ردیف نام را با هم مقایسه می کند و یک ترتیب نوع int نشان می دهد. |
Header | Header.SectorSize اندازه یک بخش معمولی را در بایت ها نشان می دهد. |
MapiAttachment | MapiAttachment.FromBytes(filename, data, mimeType, contentId) creates an attachment object that can be added to a message; its properties Filename, MimeType, and Data expose the attachment metadata and content. |
MapiMessage | MapiMessage.Create(subject, body, unicodeStrings) constructs a new mutable message with the given subject and body. |
MapiProperty | MapiProperty.MapiProperty یک دارایی با شناسه داده، نوع، ارزش و پرچم ساخته شده است. |
MapiPropertyCollection | MapiPropertyCollection.Set(مالکیت:MapiProperty) اضافه یا به روز رسانی مشخص شده MAPIPoperty در مجموعه است. |
MapiRecipient | MapiRecipient.DisplayName دریافت می کند یا نام نمایش گیرنده را تعیین می کنند. |
MsgConstants | MsgConstants.PropertyStreamName provides the standard name of the top‑level property stream used in MSG files. |
MsgDocument | MsgDocument.FromFile(path, strict) loads an MSG file into a MsgDocument object for inspection or modification. |
MsgException | MsgException.Msgexception یک استثنا جدید با پیام داده ایجاد می کند. |
MsgReader | MsgReader.FromFile(path, strict) creates a MsgReader that reads an Outlook MSG file from the specified file path. |
MsgStorage | MsgStorage.AddStream(stream) adds a MsgStream to the storage, allowing custom binary data to be embedded in the MSG file. |
MsgStream | MsgStream.Msg Stream یک جریان جدید با نام و بایت های داده اختیاری آغاز می کند. |
MsgWriter | MsgWriter.WriteFile(document, path) writes a MsgDocument to the given file path in MSG format. |