Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 26,617 for

msg

(0.13 sec)
  1. Export EML to FLATOPC via C++ | products.aspose...

    C++ API to Convert EML to FLATOPC without using Microsoft Word or Outlook...of email formats such as EML, MSG, MHTML, and HTML. It also provides...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/eml-to...
  2. Export EMLX to PNG via C++ | products.aspose.com

    C++ API to Convert EMLX to PNG without using Microsoft Word or Outlook...file formats, including EML, MSG, MHTML, and EMLX. It also provides...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/emlx-t...
  3. Loading, Saving and Converting different Email ...

    With C++ Email Parser Library, you can load, save, export and convert different email message formats e.g. EML, Msg, MHTML.... Outlook MSG. MHTML format. HTML format. Loading...attachments. Loading EML, Saving to MSG The following code snippet shows...

    docs.aspose.com/email/cpp/loading-and-saving-me...
  4. Export OFT to MD via C++ | products.aspose.com

    C++ API to Convert OFT to MD without using Microsoft Word or Outlook...formats, including OFT, EML, MSG, MHTML, and HTML. With this API...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Managing Outlook Calendar Items|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....Items Save Calendar Items as MSG Files Save Product IDs for MAPI...Reminders Convert Appointment EML to MSG with HTML Body Create and Save...

    docs.aspose.com/email/net/managing-outlook-cale...
  6. Export Email|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" ; // Create Application class...VSTO\Sample Files\ExportEmail.msg" ; //Create an instance of the...

    docs.aspose.com/email/net/export-email/
  7. ASPOSE.NET converting email to pdf the date for...

    Hi Team, We are using below Aspose.NET Aspose.Email Version: 24.3.0 Framework: .NET Framework 4.7.2 When converting email (eml / Msg) we found one observation. Date & time in the email subject is saving as -0500 I…...When converting email (eml / msg) we found one observation. Date...GetTestDataPath(), "test.msg"); MapiMessage msg = MapiMessage.Load(fileName);...

    forum.aspose.com/t/aspose-net-converting-email-...
  8. Export EML to TEXT via C++ | products.aspose.com

    C++ API to Convert EML to TEXT without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...eml" ); // save EML as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/eml-to...
  9. Using Aspose Outlook Control to Drag and Drop O...

    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....program to save messages to MSG files. The following code snippet...messages dragged from Outlook to MSG files. Cast DragEventArgs to...

    docs.aspose.com/email/net/using-aspose-outlook-...
  10. Get Messages from a Shared Mailbox|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/java/get-messages-from-a-...