Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,934 for

personalstorage

(0.11 sec)
  1. 档案

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

    blog.aspose.com/zh/email/read-ms-outlook-pst-fi...
  2. Convert OST to PST via Java | products.aspose.com

    Try the code sample to convert OST files to PST format in Java. Download Java API to take your email processing applications to the next level....the library offers the PersonalStorage class which is used to...creating a PersonalStorage object using the PersonalStorage.fromFile()...

    products.aspose.com/email/java/conversion/ost-t...
  3. 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...
  4. Convert MHTML to PST via Java | products.aspose...

    Try the code sample to convert MHTML files to PST format in Java. Download Java API to take your email processing applications to the next level....the library offers the PersonalStorage class which represents...lines of code. Create a PersonalStorage object by calling the create...

    products.aspose.com/email/java/conversion/mhtml...
  5. 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...
  6. Reading 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....following methods of the PersonalStorage class are essential for...= ae . storage . pst . PersonalStorage . from_file ( "target.pst"...

    docs.aspose.com/email/python-net/read-corrupted...
  7. Getting Error Aspose Total temporary license - ...

    Hello, i use Aspose Total temporary license for testing but i getting error to showing all ost file mails. Can anyone help me to fix this error....ost"; PersonalStorage pst = PersonalStorage.FromFile(ostPath);...have already created a PersonalStorage instance, Aspose will fall...

    forum.aspose.com/t/getting-error-aspose-total-t...
  8. Convert HTML to Other Formats|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 an instance of a PersonalStorage object representing a new...the Create method of the PersonalStorage class. Access the root...

    docs.aspose.com/email/net/converting-between-fo...
  9. Aspose.Email 5.9.0 中的公共 API 更改|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....beginRestore(IConnection, PersonalStorage, ImapFolderInfoCollec,...beginRestore(IConnection, PersonalStorage, ImapFolderInfoCollec,...

    docs.aspose.com/email/zh/java/public-api-change...
  10. How to parse the below values from the Java Cod...

    Hello Team, Can you help me to know how to fetch the below properties from the .PST file from the code given below. Subfolders Data - How to parse getSubFolders() To, Cc, Bcc email addresses HTML Body Content Attachme…...pst"; PersonalStorage pst = PersonalStorage.fromFile(pstFileName);...olderInfo folderInfo, PersonalStorage pst) { // display the folder...

    forum.aspose.com/t/how-to-parse-the-below-value...