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

msg

(0.17 sec)
  1. Convert ICS to OST via Java | products.aspose.com

    Try the code sample to convert ICS files to OST format in Java. Download Java API to take your email processing applications to the next level....represents an Outlook message (MSG) item. Overall, the code snippet...the Appointment object as a MSG file using ByteArrayOutputStrea...

    products.aspose.com/email/java/conversion/ics-t...
  2. 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/
  3. 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
  4. Aspose.Email for Java

    Այս API-ն թույլ է տալիս շահարկել, ստեղծել և ուղարկել նամակներ, ինչպես նաև կարդալ էլփոստի ֆայլերի ձևաչափերը Java լեզվի վրա հիմնված հավելվածներում ցանկացած հարթակում:...Java-ի միջոցով Ինչպես բացել MSG ֆայլը Java-ում Ինչպես ստեղծել...միջոցով Ինչպես փոխարկել EML-ը MSG-ի Java-ի միջոցով Ինչպես պահպանել...

    kb.aspose.com/hy/email/java/
  5. 使用 Microsoft Graph 进行 Microsoft 365 数据访问和管理|Doc...

    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.... ItemId ; var msgs = client . ListMessages ( folderId...the first message in inbox var msg = client . FetchMessage ( inboxMessages...

    docs.aspose.com/email/zh/net/microsoft-365-data...
  6. Extraction of Embedded Objects data|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....MapiMessage msg = MapiMessage . fromFile ( dataDir + "double.msg" );...MapiAttachment mapiAttachment : msg . getAttachments ()) { if ( "oledata...

    docs.aspose.com/email/java/extraction-of-embedd...
  7. 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/
  8. 从共享邮箱获取消息|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...
  9. 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...
  10. 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...