Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 20,521 for

msg

(0.33 sec)
  1. Convert MBOX to PST via Java | products.aspose.com

    Try the code sample to convert MBOX files to PST format in Java. Download Java API to take your email processing applications to the next level....addMessage(msg) . System Requirements Before...enumerateMessages ()) { MapiMessage msg = MapiMessage. fromMailMessage...

    products.aspose.com/email/java/conversion/mbox-...
  2. NullReferenceException ListMessages using Graph...

    Hi I am using the following code to fetch Messages: List AllEnvelopes = new List(); TotalCount = 0; using (var client = GetGraphClient(apiUrl, settings, mailbox)) { var inbox = client.ListFolders().First(fi => fi.D…...Select(msg => new stcListEnvelope { Subject = msg.Subject,... Date = msg.Date, From = msg.Sender.DisplayName, UniqueId = msg...

    forum.aspose.com/t/nullreferenceexception-listm...
  3. 如何使用GridJs构建协作Excel编辑器|Documentation

    本文介绍如何使用Aspose.Cells.GridJs for Java构建协作Excel编辑器。...setCollaborativeSett ( '/GridJs2/msg' , '/ws' , '/app/opr' , '/user/queue'...'/topic/opr' ); 这里, /GridJs2/msg 对应于定义的路由路径 src/main/java/com...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  4. Convert OST to MHTML via Java | products.aspose...

    Try the code sample to convert OST files to MHTML format in Java. Download Java API to take your email processing applications to the next level....the message’s subject using msg.save method specifying the saving...the folder for (MapiMessage msg : folder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/ost-t...
  5. Working with Distribution Lists|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....be saved to disk in Outlook MSG format and can be viewed/manipulated...dlist = ( MapiDistributionList ) msg . toMapiMessageItem (); MapiDistributionList...

    docs.aspose.com/email/java/working-with-distrib...
  6. 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....represents an Outlook message (MSG) item. The code snippet below...Load the MHTML file MapiMessage msg = MapiMessage. load (mhtmlFilePath...

    products.aspose.com/email/java/conversion/mhtml...
  7. Convert HTML to OST via C# | products.aspose.com

    Sample code for HTML to OST C# conversion. Use API example code for batch HTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....ost" )) { var msg = MapiMessage.Load( "content..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert HTML...

    products.aspose.com/email/net/conversion/html-t...
  8. Convert EML to OST via C# | products.aspose.com

    Sample code for EML to OST C# conversion. Use API example code for batch EML files to OST conversion within VB.NET, Asp.NET or any .NET based application....)) { // Load the EML file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert EML to...

    products.aspose.com/email/net/conversion/eml-to...
  9. Unified merged save option - Free Support Forum...

    Hi There was a case for a new unified merged save option of all calendars, appointment and related items: AppointmentIcsSaveOptions AppointmentMsgSaveOptions AppointmentSaveOptions MapiCalendarIcsSaveOptions MapiCa…...Msg or .Oft Because such large number...

    forum.aspose.com/t/unified-merged-save-option/3...
  10. Using a Microsoft Word Document as the Message ...

    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....com" )); // Save the message in MSG format to disk message . save...dataDir + "WordDocAsEmailBody_out.msg" , SaveOptions . getDefaultMsgUnicode...

    docs.aspose.com/email/java/using-a-microsoft-wo...