Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,778 for

personalstorage

(0.09 sec)
  1. Read Corrupted PST/OST 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.... using ( var pst = PersonalStorage . FromFile ( fileName ))...ExploreCorruptedPst ( PersonalStorage pst , string rootFolderId...

    docs.aspose.com/email/net/read-corrupted-pst-os...
  2. Managing Outlook Distribution Lists in PST File...

    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 new PST file using PersonalStorage.create() with UNICODE format...= ae . storage . pst . PersonalStorage . create ( "target.pst"...

    docs.aspose.com/email/python-net/managing-distr...
  3. Convert MHTML to OST via Java | products.aspose...

    Try the code sample to convert MHTML 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 that allows the program...OST file by creating a PersonalStorage object using the fromFile()...

    products.aspose.com/email/java/conversion/mhtml...
  4. 档案

    档案... 使用 PersonalStorage.FromFile() 方法加载 PST 文件。...文件。 使用 PersonalStorage.RootFolder.GetSubFolders() 方法获取 PST 中的文件夹集合。...

    blog.aspose.com/zh/email/read-ms-outlook-pst-fi...
  5. EML-ի փոխակերպումը PST-ի Python-ում

    Այս մանրամասն ուղեցույցը բացատրում է, թե ինչպես փոխակերպել EML-ը PST-ի Python-ում։ Այն նաև ընդգծում է, թե ինչպես կարելի է ճշգրտորեն հարմարեցնել EML-ից PST փոխակերպման գործընթացը Python-ում՝ հատուկ պահանջներին համապատասխան։...գրադարանը Սկզբնավորեք PersonalStorage դասը PST ֆայլ ստեղծելու...է PST ֆայլի ստեղծմամբ՝ PersonalStorage դասի օրինակ օգտագործելով։...

    kb.aspose.com/hy/email/python/convert-eml-to-ps...
  6. How to set just the sender name in PST not the ...

    I have just the sender name not the mail sender address which i want to set for the particular mail message and i just want to set just the name but when setting it using the following code throws me the exception :“The …...FromMailMessage(mail); PersonalStorage pst = PersonalStorage.Create("output..."Body text"; PersonalStorage pst = PersonalStorage.Create("output...

    forum.aspose.com/t/how-to-set-just-the-sender-n...
  7. Put email in PST with different bodies - Free S...

    Is it possible to create a message in a PST that has different plain body and html body content? For example, HTML body might be “The HTML body” and the plain body might be “The plain body”...message using (PersonalStorage pst = PersonalStorage.Create("output...message using (PersonalStorage pst = PersonalStorage.Create("output...

    forum.aspose.com/t/put-email-in-pst-with-differ...
  8. 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...
  9. 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/cpp/working-with-calendar...
  10. Creating more then one standard folder of the s...

    Hello,In the next code I try to create two standard folders in the same pst. The second create throws me andexception that the standard folder already exists.When I do it in Outlook there is not problem with that (2conta…...jpg) using (PersonalStorage pst = PersonalStorage.Create("testpst...code: using (PersonalStorage pst = PersonalStorage.Create(@"D:\test...

    forum.aspose.com/t/creating-more-then-one-stand...