Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 26,617 for

msg

(0.12 sec)
  1. Manage Mail Folders in Microsoft Graph (Aspose....

    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....var msgs = msgsPage . Items ; foreach ( var msg in msgs ) { Console...Console . WriteLine ( msg . Subject ); } Create and Update a...

    docs.aspose.com/email/net/manage-mail-folders-i...
  2. Convert MBOX to PST with Aspose.Email in C#|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....EnumerateMessages ()) { var msg = MapiMessage . FromMailMessage...); folderInfo . AddMessage ( msg ); } } Remove Digital Signatures...

    docs.aspose.com/email/net/convert-mbox-to-pst-c...
  3. Convert ICS to OFT via Java | products.aspose.com

    Try the code sample to convert ICS files to OFT format in Java. Download Java API to take your email processing applications to the next level....loaded Appointment object as an MSG file in a ByteArrayOutputStrea...AppointmentSaveForma specifying MSG format. Create a ByteArrayInputStream...

    products.aspose.com/email/java/conversion/ics-t...
  4. Programming Outlook in Ruby|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....Working with Outlook Message (MSG) Files in Ruby Working with Outlook...

    docs.aspose.com/email/java/programming-outlook-...
  5. 使用 EWS 检索和管理 Exchange 服务器邮箱信息|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....MailMessage MailMessage msg = new MailMessage (); msg . From = "sender@domain..."sender@domain.com" ; msg . To = "recipient@ domain.com " ; msg . Subject...

    docs.aspose.com/email/zh/net/working-with-excha...
  6. 在 Python 应用程序中管理 Outlook OLM 文件|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 文件,以从 Outlook OLM 文件中提取信息并保存。...) for msg in folder . enumerate_mapi_messages (): msg . save...

    docs.aspose.com/email/zh/python-net/open-read-o...
  7. Working with Messages from IMAP Server|Document...

    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....eml" ); } Saving Messages in MSG Format In the above example ...EML format. To save emails in MSG format, the ImapClient.fetchMessage()...

    docs.aspose.com/email/java/working-with-message...
  8. Working with Outlook Personal Storage (PST) Fil...

    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....Working with Outlook Message (MSG) Files in Jython Subscribe to...

    docs.aspose.com/email/java/working-with-outlook...
  9. Convert PDF not working - Free Support Forum - ...

    We use the Aspose Words library to convert an EML/Msg to PDF inside Outlook, in a VSTO Addin project in .NET Framework 4.8. The email in question arrived to a mailbox containing the “First Contact Safety Tip” option con…...Words library to convert an EML/MSG to PDF inside Outlook, in a VSTO...MailMessage msg = Aspose.Email.MailMessage.Load(@"C:\Temp\in.msg"); msg...

    forum.aspose.com/t/convert-pdf-not-working/307504
  10. 创建任务|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 格式将任务保存到磁盘。 MapiTask task = new...Save ( "MapiTask.msg" , TaskSaveFormat . Msg ); 下载示例代码 Codeplex...

    docs.aspose.com/email/zh/net/create-a-task/