Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 25,610 for

msg

(0.28 sec)
  1. 创建草稿约会请求|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....requestApointment ()); MapiMessage msg = MapiMessage . fromMailMessage...appointment as draft. msg . save ( "data/AsposeDraft.msg" ); 下载运行代码 从以下任意社交编码站点下载...

    docs.aspose.com/email/zh/java/create-draft-appo...
  2. 使用 IMAP 服务器的邮件|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....eml" ); } 以 MSG 格式保存消息 在上述示例中 ,邮件保存为 EML 格式。要将邮件保存为 MSG 格式,请使用 ImapClient...save() 随后可以调用该方法将消息保存为 MSG。以下代码片段展示了如何将消息保存为 MSG 格式。 // For complete...

    docs.aspose.com/email/zh/java/working-with-mess...
  3. 在 C# 中使用 Aspose.Email 读取 MBOX 文件|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 this message in EML or MSG format message . Save ( message...Save ( message . Subject + ".msg" , SaveOptions . DefaultMsgUnicode...

    docs.aspose.com/email/zh/net/read-mbox-files-cs...
  4. Download Aspose.Email for Java - Free Support F...

    I have purchased Aspose.Total for Java license. Where can I download Aspose.Email for Java API?...electronic mail (email) in PST, MSG, OST, EML, etc. Supports iCalendar...electronic mail (email) in PST, MSG, OST, EML, etc. Supports iCalendar...

    forum.aspose.com/t/download-aspose-email-for-ja...
  5. Create and Organize PST Files in Python|Documen...

    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....variable and create an empty MSG list to load each file as a MapiMessage...Append each loaded message to the msg_list . The code sample below...

    docs.aspose.com/email/python-net/create-new-pst...
  6. Convert OST to ICS via Java | products.aspose.com

    Try the code sample to convert OST files to ICS format in Java. Download Java API to take your email processing applications to the next level....folder using a for loop and msg variable. Inside the loop, check...count = 1; for (MapiMessage msg : calendarFolder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/ost-t...
  7. VCF Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display VCF documents on .NET Framework, .NET Core, and Xamarin Platforms....alongside email formats like MSG, EML, and more. API Installation...project C# code to view VCF var msg = MapiContact.FromVCard( "contact...

    products.aspose.com/email/net/viewer/vcf/
  8. How to Read MBOX Files in Node.js via .NET | pr...

    Read MBOX Files Read MBOX Files in JavaScript Open and read MBOX files in JavaScript, extracting messages and other e......msg format using SaveOptions.defaultMsgUnicode...// Save the message in EML or MSG format message.save(dataDir +...

    products.aspose.com/email/nodejs-net/reading-mb...
  9. Exception in latest version 25.4, worked in 25....

    When upgrading to 25.4 of Aspose from 25.3, I now get the following exception when attempting to load a document that worked in version 25.3. The code to load is pretty simple: MsgLoadOptions htmlLoadOptions = new …...TotalMilliseconds, }; using (MailMessage msg = MailMessage.Load(fileName,...correct format (either .eml or .msg). Sometimes, files may have the...

    forum.aspose.com/t/exception-in-latest-version-...
  10. Working with Outlook Calendar Items in Aspose.E...

    Manage Outlook calendar items in C++: create and save events, set reminders, handle attachments, and read meeting attendee status.... Save Calendar as MSG The following code sample demonstrates...a calendar appointment as a MSG file. Add a Display Reminder...

    docs.aspose.com/email/cpp/working-with-outlook-...