Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 26,224 for

msg

(0.23 sec)
  1. Python Email API: Process Emails in Various For...

    Implement PST, Msg, EML, ICS email management, attachments, and events handling using Python email API with SMTP, POP3, IMAP, SSL, TLS support....convert email files including MSG, EML, EMLX & MHT, send/receive...formats . Microsoft Outlook: MSG, PST, OST, OFT EML, EMLX, MBOX...

    products.aspose.com/email/python-net/
  2. 使用 Outlook 日历项目|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....MapiCalendar 创建并保存日历项 将日历项保存为 MSG 向日历添加显示提醒 向日历添加音频提醒 添加/检索日历文件附件...通过添加标签设置提醒 将预约 EML 转换为带 HTML 正文的 MSG 创建并保存日历项 以下代码片段演示了如何创建并以 ICS...

    docs.aspose.com/email/zh/java/working-with-outl...
  3. 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-...
  4. Ինչպես փոխարկել Outlook էլփոստը Word-ի C#-ի միջ...

    Այս հեշտ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Outlook էլփոստը Word-ի՝ օգտագործելով C#: Դուք կտեսնեք, որ էլփոստը Word C#-ի վրա հիմնված API արտահանելու համար կարող է օգտագործվել: Դուք կարող եք օգտագործել այս հավելվածը .NET կազմաձևված միջավայրերից որևէ մեկում օպերացիոն համակարգերում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...MailMessage դասի օբյեկտը` սկզբնաղբյուր MSG կամ EML ձևաչափի էլփոստի ֆայլը...Պահպանեք բեռնված էլփոստի (EML/MSG) ֆայլը հոսքի մեջ MHTML ձևաչափով...

    kb.aspose.com/hy/email/net/how-to-convert-outlo...
  5. 加载和保存邮件|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" ) print ( "The message format...MsgLoadOptions # Load Eml, html, mhtml, msg, and dat files mail_message =...

    docs.aspose.com/email/zh/python-net/loading-and...
  6. Export OFT to TEXT via C++ | products.aspose.com

    C++ API to Convert OFT to TEXT without using Microsoft Word or Outlook...various email formats such as MSG, EML, MHTML, and OFT. Aspose...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/oft-to...
  7. Export EMLX to ODT via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/emlx-t...
  8. Export EML to DOCX via C++ | products.aspose.com

    C++ API to Convert EML to DOCX 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. MapiMessage.AttachSignature issue? - Free Suppo...

    Hello, Using sgn As MapiMessage = New Email.SecureEmailManager().AttachSignature(Msg, CmsSigner, New SignatureOptions With {.Detached = True}) sgn.Save(SaveTextBoxX.Text, ASPSaveSetOFT) End Using Here source Msg can …...AttachSignature(msg, CmsSigner, New SignatureOptions...source msg can be a Mapi message or Mapi item in Msg, Oft or...

    forum.aspose.com/t/mapimessage-attachsignature-...
  10. UpdateMessage command removes embedded messages...

    We are testing with aspose.email 24.9 (Files attached) TestPSTandEML.zip (23.2 KB) using Aspose.Email; using Aspose.Email.Mapi; using Aspose.Email.Storage.Pst; var asposeLicense = new License(); var pstFilePath = a…...ToArray(); var msg = MapiMessage.FromMailMessage(MailMessage...inbox[1].UpdateMessage(ids[0], msg); <— Produces weird results....

    forum.aspose.com/t/updatemessage-command-remove...