Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 25,938 for

msg

(0.09 sec)
  1. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...NG, options); } else { msg("95"); msg("--- Formato file in ingresso...supportato : " + files[i] + " --- "); msg(""); } } if (orizzontale || forzaImpaginazione)...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  2. 使用 Exchange 邮箱和消息 - 在 Java 中从 Exchange 服务器读取电子邮...

    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....MailMessage MailMessage msg = new MailMessage (); msg . setFrom ( MailAddress...to_MailAddress ( "sender@domain.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/zh/java/working-with-exch...
  3. Aspose.Email for Android via Java|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....attachments in Microsoft Outlook® MSG documents and reading contacts...convert email messages in EML, MSG and MHT formats. Aspose.Email...

    docs.aspose.com/email/androidjava/
  4. How to Convert Outlook Email to HTML using Python

    This easy topic focuses on how to convert Outlook Email to HTML using Python by providing all the environment setup details and a working sample code. In order to convert Email to HTML Python based API can be effectively used in any of the .NET Core and Python configured environments in operating systems like Windows and Linux....class object to load the source MSG or EML file from the disk Set...formatting options Save the loaded MSG\EML file as HTML using the save...

    kb.aspose.com/email/python/how-to-convert-outlo...
  5. Working with Large 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....(ExtractAttachments), // save msg to a stream(SaveMessageToStream)... ()) { var msg = pst . ExtractMessage ( id ); msg . Save ( @"message...

    docs.aspose.com/email/net/working-with-large-ps...
  6. Aspose.Email Product Family

    Find answers to create, manipulate, and send emails, and read email file formats in code....Convert EML to MSG using Java How to Convert EML to MSG using C# How...

    kb.aspose.com/email/page/3/
  7. 从共享邮箱获取消息|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....item : items ) { MapiMessage msg = client . fetchItem ( item );...out . println ( "Subject:" + msg . getSubject ()); } client ....

    docs.aspose.com/email/zh/java/get-messages-from...
  8. Read Outlook for Mac OLM File & Get Folders & S...

    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....) for msg in folder . enumerate_mapi_messages (): msg . save...save ( f " { msg . subject } .msg" ) Other useful properties The...

    docs.aspose.com/email/python-net/read-outlook-f...
  9. Create a Task|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.... Save the task to disc in MSG format. MapiTask task = new MapiTask...Save ( "MapiTask.msg" , TaskSaveFormat . Msg ); Download Sample...

    docs.aspose.com/email/net/create-a-task/
  10. Unknown MAPI properties - Free Support Forum - ...

    Dear Aspose team We are using Aspose.Email to convert EML files. We started adding additional attachments to the messages we are converting and have noticed the following unknown properties have changed when we save the…...the MapiMessage object to an MSG file. We are not touching these...the original version of the MSG files with the new version to...

    forum.aspose.com/t/unknown-mapi-properties/285477