Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 5,778 for

personalstorage

(0.09 sec)
  1. Managing Calendar Items in PST Files|Documentation

    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...You’ll need to use the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/python-net/managing-calen...
  2. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...methods have been added to PersonalStorage: AddAttachmentToMessa(MessageInfo...file using (PersonalStorage pst = PersonalStorage.FromFile("Outlook...

    forum.aspose.com/t/how-to-create-a-new-instance...
  3. PST Files: Creating and Filling with Content in...

    Empower your C# .NET projects with Aspose.Email PST file handling features. Create PST files, add folders and subfolders, emails and Outlook items....new PST file, use the PersonalStorage.Create method. Note : the...pst”. The code uses the PersonalStorage class to open the PST file...

    blog.aspose.com/email/creating-pst-files-using-...
  4. 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...in ICS format. Use the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/python-net/working-with-c...
  5. 使用 PST 密码保护|Documentation

    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.... using var pst = PersonalStorage . FromFile ( fileName );...检查 PST 是否受密码保护 API 提供了 PersonalStorage.Store.IsPasswordProtected...

    docs.aspose.com/email/zh/net/working-with-pst-p...
  6. Convert OST to EML via C++ application | produc...

    Sample C++ conversion code for OST document to EML format. Use example code for batch OST to EML conversion within any C++ Application.... Load OST file with PersonalStorage::FromFile. Call the SaveAs()...System::SharedPtr<PersonalStorage> ps = PersonalStorage::FromFile(dataDir...

    products.aspose.com/email/cpp/conversion/ost-to...
  7. Convert PST to OFT via C++ application | produc...

    Sample C++ conversion code for PST document to OFT format. Use example code for batch PST to OFT conversion within any C++ Application.... Load PST file with PersonalStorage::FromFile. Call the SaveAs()...System::SharedPtr<PersonalStorage> ps = PersonalStorage::FromFile(dataDir...

    products.aspose.com/email/cpp/conversion/pst-to...
  8. Convert PST to MBOX via C++ application | produ...

    Sample C++ conversion code for PST document to MBOX format. Use example code for batch PST to MBOX conversion within any C++ Application.... Load PST file with PersonalStorage::FromFile. Call the SaveAs()...System::SharedPtr<PersonalStorage> ps = PersonalStorage::FromFile(dataDir...

    products.aspose.com/email/cpp/conversion/pst-to...
  9. 在 PHP 中按条件搜索 PST 中的邮件和文件夹|Documentation

    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....Outlook PST 文件 $personalStorage = new PersonalStorage (); $pst = $personalStorage...$personalStorage -> fromFile ( $dataDir . \ "sample1.pst \" );...

    docs.aspose.com/email/zh/java/search-messages-a...
  10. Managing Distribution Lists in PST Files|Docume...

    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....file using ( var pst = PersonalStorage . FromFile ( "your.pst"...file using ( PersonalStorage pst = PersonalStorage . FromFile (...

    docs.aspose.com/email/net/managing-distribution...