Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,105 for

personalstorage

(0.06 sec)
  1. Convert EML to PST in C#

    In this comprehensive tutorial, we will discuss how to convert EML to PST in C#. Furthermore, it also describes how to adjust the conversion workflow of EML to PST in C# according to your specific requirements....library Initialize the PersonalStorage class to generate the PST...of a PST file using the PersonalStorage class instance. Next, you...

    kb.aspose.com/email/net/convert-eml-to-pst-in-c...
  2. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = attachment->ToMemoryStream(); } stream把整个附件的数据都读到内存了,大文件的话需要分块…...System::SharedPtr<PersonalStorage> pst = PersonalStorage::FromFile(...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  3. Convert EML to OST via Java | products.aspose.com

    Try the code sample to convert EML files to OST format in Java. Download Java API to take your email processing applications to the next level.... the library offers a PersonalStorage class to create an object...target format with the PersonalStorage and FolderInfo methods...

    products.aspose.com/email/java/conversion/eml-t...
  4. How to Convert OST to PST File in C#

    This quick tutorial guides on how to convert OST to PST File in C#. You will learn to save OST to PST file in C# with the help of a couple of lines of code that can be used in any of .NET supported environments including Windows, Linux and macOS....Create an instance of PersonalStorage by loading on OST file...file using the PersonalStorage.FromFile method Save the resultant...

    kb.aspose.com/email/net/how-to-convert-ost-to-p...
  5. Ինչպես փոխարկել MBOX-ը PST ֆայլի Java-ում

    Այս կարճ թեման այն մասին է, թե ինչպես փոխարկել MBOX-ը PST Ֆայլի Java-ում, ինչպես նաև շրջակա միջավայրը կարգավորելու բոլոր մանրամասները: Դուք կարող եք հեշտությամբ **պահել MBOX PST ֆայլը Java-ում** մի քանի տող կոդի օգնությամբ և օգտագործել այս հավելվածը Java-ի ցանկացած միջավայրում, ներառյալ Windows, macOS և Linux:...սկավառակի վրա՝ օգտագործելով PersonalStorage դասի օրինակը PST-ի ներսում...հետ միասին՝ օգտագործելով PersonalStorage դասի օրինակը: Վերջապես...

    kb.aspose.com/hy/email/java/how-to-convert-mbox...
  6. Ինչպես բաժանել PST ֆայլը C#-ով

    Այս կարճ ձեռնարկը կենտրոնանում է այն բանի վրա, թե ինչպես փոխարկել պառակտված PST ֆայլը C#-ի միջոցով: Դուք կսովորեք բաժանել PST-ն՝ օգտագործելով C#, մի քանի տող կոդի օգնությամբ, որոնք կարող են օգտագործվել .NET-ի աջակցվող ցանկացած միջավայրում՝ ներառյալ Windows, macOS և Linux:...հարցման չափանիշները Ստեղծեք PersonalStorage դասի օրինակը` սկզբնաղբյուր...բեռնելուց հետո՝ օգտագործելով PersonalStorage դասը: Կոդ՝ PST ֆայլը C#-ի...

    kb.aspose.com/hy/email/net/how-to-split-pst-fil...
  7. How to Split PST File using C#

    This short tutorial focuses on how to convert split PST File using C#. You will learn to split PST using C# with the help of a few lines of code that can be used in any of .NET supported environments including Windows, macOS and Linux....MailQuery list Instantiate the PersonalStorage class instance to load...from the disk using the PersonalStorage class. Code to Split PST...

    kb.aspose.com/email/net/how-to-split-pst-file-u...
  8. Working with Calendar Items in PST File|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create a PST using the PersonalStorage.create() method. Create...ICS format. It uses the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/java/working-with-calenda...
  9. Support for setting Locale for Current Thread|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....setLocale(new Locale("en", "US")); PersonalStorage . create ( dataDir + "test...

    docs.aspose.com/email/java/support-for-setting-...
  10. Convert EMLX to OST via Java | products.aspose.com

    Try the code sample to convert EMLX files to OST format in Java. Download Java API to take your email processing applications to the next level.... the library offers a PersonalStorage class to create an object...target format with the PersonalStorage and FolderInfo methods...

    products.aspose.com/email/java/conversion/emlx-...