Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 3,476 for

pst folder

(0.14 sec)
  1. Reading and Converting Outlook 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....Pst.PersonalStorage class to access...access its contents, such as folders, subfolders, and messages....

    docs.aspose.com/email/net/reading-and-convertin...
  2. 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 file from the code given below...dataDir + "Sample1.pst"; PersonalStorage pst = PersonalStorage...

    forum.aspose.com/t/how-to-parse-the-below-value...
  3. Public API Changes in Aspose.Email 3.9.0|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....MoveItem(FolderInfo folder, FolderInfo destFolder) – Moves...specified folder to a new parent folder within the current PST. PersonalStorage...

    docs.aspose.com/email/java/public-api-changes-i...
  4. How to Read OLM Files in Node.js via .NET | pro...

    Read OLM Files Read OLM Files in JavaScript Open and read OLM files in JavaScript, accessing emails and other data, s......emails and other data, saving to PST format programmatically within...method. Access the “Inbox” folder in the file. The true argument...

    products.aspose.com/email/nodejs-net/reading-ol...
  5. Parsing the details via DotNet in efficient man...

    Hello Team, we are out here to parse and fetch the data for Pst & OLM Files in most time consuming and efficient manner, and we have 2 goals here. Both the parsing logics are consuming too much time and we want to optimi…...parse and fetch the data for PST & OLM Files in most time consuming...Mail List Fetching from one folder. Mail Detail Fetching for one...

    forum.aspose.com/t/parsing-the-details-via-dotn...
  6. OlmStorage GetPredefinedFolder? - Free Support ...

    Hello, Do you find it useful to have GetPredefinedFolder for OlmStorage? When working with my olm samples, I don’t know which one is the predefined Folder for these: “Deleted Items” and “Trash” or “Junk Email” and “…...which one is the predefined folder for these: “Deleted Items”...to map when converting olm to pst. Thanks Professionalize.Discourse...

    forum.aspose.com/t/olmstorage-getpredefinedfold...
  7. Parsing the details via DotNet in efficient man...

    Hello Team, we are out here to parse and fetch the data for Pst & OLM Files in most time consuming and efficient manner, and we have 2 goals here. Both the parsing logics are consuming too much time and we want to optimi…...3 KB) Inbox folder has mail with subject HTML...7:36pm 23 Thank you for providing pst file. We are investigating this...

    forum.aspose.com/t/parsing-the-details-via-dotn...
  8. C++ Email Parsing API | products.aspose.com

    C++ email library to create manipulate and convert Microsoft Outlook Email Pst OST files. SMTP, POP3 and IMAP protocols supported to send and receive emails...storage files management including PST & OST. Currently, API supports...C++. Create PST & OST files Manage Messages in PST Manage Contacts...

    products.aspose.com/email/cpp/
  9. Java Email API | Java Outlook API | Receive & P...

    Aspose.Email Java. Mail, MIME and iCalander SDK for Java to send & receive Thunderbird & Outlook emails. API works with SMTP server POP3 IMAP clients Email API...formats such as MSG, EML, MBOX, PST, OST & MHT from within Java applications...such as Personal Storage Files PST and Offline Storage Files OST...

    products.aspose.com/email/java/
  10. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new Pst PersonalStorage Pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = Pst.RootFolder; …...{ // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath...var root = pst.RootFolder; FolderInfo inboxFolder = pst.CreateP...

    forum.aspose.com/t/throw-exception-in-contact-u...