Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 29,611 for

msg

(1.31 sec)
  1. Convert PDF to VCF in Python | products.aspose.com

    Save PDF to VCF within Python applications without using Microsoft Word or Outlook...MHTML (MIME HTML) Convert PDF to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  2. Convert PDF to PST in Python | products.aspose.com

    Save PDF to PST within Python applications without using Microsoft Word or Outlook...MHTML (MIME HTML) Convert PDF to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  3. Edit or View OST Files Metadata via Java | prod...

    Java sample code to edit or view OST format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/java/metadata/ost/
  4. Generate Reports in MBOX Files via Java | produ...

    Java sample code to create MBOX format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/java/assembly/mbox/
  5. Generate Reports in EML Files via Java | produc...

    Java sample code to create EML format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/java/assembly/eml/
  6. Aspose Email Java com.aspose.email.internal.hv....

    Hi folks, This exception begin to raise, sometimes, since start of december 2024. It’s realy paine because we must handle the emails manually :frowning: : com.aspose.email.internal.hv.zb: JSONObject[“address”] not fou…...electronic mail (email) in PST, MSG, OST, EML, etc. Supports iCalendar...

    forum.aspose.com/t/aspose-email-java-com-aspose...
  7. 处理 Outlook MSG 文件的跟进和截止日期|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....Ukrainian Dutch Svenska 处理 Outlook MSG 文件的跟进和截止日期 Contents [ Hide ]...MailMessage mail_msg = ae . MailMessage () mail_msg . from_address...

    docs.aspose.com/email/zh/python-net/working-wit...
  8. JVM heapspace getting filled when creating PST ...

    I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …...i=0; i< 500; i++) { MailMessage msg = MailMessage.load("/User/Test/Emls/bigeml...MapiMessage.fromMailMessage(msg); finfo.addMessage(mapimsg);...

    forum.aspose.com/t/jvm-heapspace-getting-filled...
  9. Working with Messages in a PST File|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....msg" )) pst . dispose () Add Multiple...add_messages_in_bulk_mode ( file_name , msg_folder_name ): with PersonalStorage...

    docs.aspose.com/email/python-net/working-with-m...
  10. Handling of duplicate Headers in EML files - Fr...

    The EDRM DupeID project requires that if an email has multiple “Message-ID” headers, only the first one should be used. Some experiments indicate that Aspose.Email (.NET) makes only the last value available, and there d…...return the 2nd value: using var msg = MailMessage.Load(“My Gmail...var val1 = msg.Headers[“Message-ID”]; var val2 = msg.Headers.G...

    forum.aspose.com/t/handling-of-duplicate-header...