ArchiveItem Contents [ Hide ] IEWSClient.ArchiveItem method (1 of 4) The ArchiveItem operation moves an item into the......item into the mailbox user’s archive mailbox. public void ArchiveItem...MapiMessageItemBase Item which will be archived See Also class MapiMessageItemBase...
Extract Contents [ Hide ] CabEntry.Extract method (1 of 2) Extracts the entry to the filesystem by the path provided.......var archive = new CabArchive ( "archive.cab" )) { archive . Entries...an entry of cab archive. using ( var archive = new CabArchive...
Extract Contents [ Hide ] CpioEntry.Extract method (1 of 2) Extracts the entry to the filesystem by the path provided......using ( var archive = new CpioArchive ( "archive.cpio" )) { archive...archive . Entries [ 0 ]. Extract ( "data.bin" ); } See Also class...
Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Issue Type ZIPNET-436 RAR4 archive extraction. Enhancement Public...class represents the RAR4 archive file and can be used for its...
DecryptionPassword RarArchiveLoadOptions.DecryptionPassword property Gets or sets the password to decrypt entries and......decryption password once on archive extraction. using ( FileStream...File . OpenRead ( "encrypted_archive.rar" )) { using ( var extracted...
Aspose.ZIP for .NET 21.6 Release Notes – the latest updates and fixes....Feature ZIPNET-670 Support xz archive composition. Feature ZIPNET-700...XzArchive This class represents xz archive. Aspose.Zip.Xz.Settings.XzCheckType...
EntryListed ArchiveLoadOptions.EntryListed property Gets or sets the delegate invoked when an entry listed within tab......} Examples Archivearchive = new Archive ( "archive.zip" , new...
Extract Bzip2Archive.Extract method Extracts the Archive to the stream provided. public void Extract ( Stream destina......Extract method Extracts the archive to the stream provided. public...Bzip2Archive archive = new Bzip2Archive ( "archive.bz2" )) { archive...
使用密码保护 ZIP 档案的 C# 源代码。以编程方式将单个或多个文件和文件夹添加到锁定的 ZIP 存档。...C# 中保护 Zip 存档的步骤 Protecting archive using password with Aspose...object with the output ZIP archive file path as parameter with...