Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 26,617 for

msg

(0.88 sec)
  1. Managing Outlook OLM Files in Python Applicatio...

    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 files. Extract Basic Email Information...) for msg in folder . enumerate_mapi_messages (): msg . save...

    docs.aspose.com/email/python-net/open-read-olm-...
  2. Ինչպես ստեղծել Mapi կոնտակտ Python-ի միջոցով

    Այս պարզ թեմայում մենք կուսումնասիրենք, թե ինչպես ստեղծել Mapi Contact Python-ի միջոցով՝ հետևելով շրջակա միջավայրը կարգավորելու մանրամասն ուղեցույցներին և օգտագործելով օրինակի կոդը: Դուք կարող եք հեշտությամբ ավելացնել Mapi Contact Python-ում՝ օգտագործելով շատ պարզ API ինտերֆեյս:...համար Պահպանեք կոնտակտը որպես MSG ֆայլի ձևաչափ սկավառակի վրա Պահպանեք...կպահվի ինչպես VCF, այնպես էլ MSG ֆայլ սկավառակի վրա: Կոդ՝ Python-ում...

    kb.aspose.com/hy/email/python/how-to-create-map...
  3. Aspose email attachment extraction - Free Suppo...

    Hi guys need your help Recently I uploaded email with attachment it extracts including metadata ( .txt and docs )and attachment is it possible can extract only attachment...eml and msg both we received html, txt, doc...you loading it from a .eml or .msg file, or are you working with...

    forum.aspose.com/t/aspose-email-attachment-extr...
  4. Ինչպես ստեղծել Mapi կոնտակտ՝ օգտագործելով C#

    Այս պարզ թեմայում մենք կկենտրոնանանք այն վրա, թե ինչպես ստեղծել Mapi Contact C#-ի միջոցով՝ հետևելով հատուկ սահմանված քայլերին և օգտագործելով օրինակի կոդը: Դուք կարող եք ավելացնել Mapi Contact-ը C#-ում պարզ API զանգերի օգնությամբ:...պատկերը Պահպանեք կոնտակտը որպես MSG ֆայլ սկավառակի վրա Պահպանեք կոնտակտը...ավելացված կոնտակտը կպահվի որպես MSG ֆայլ և VCF ֆայլ սկավառակի վրա:...

    kb.aspose.com/hy/email/net/how-to-create-mapico...
  5. Export OFT to DOCM via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/oft-to...
  6. Utility Features - SMTP Client|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.... toPath ()); MailMessage msg = new MailMessage ( "userfrom@gmail...message" ); MailMessage signed = msg . attachSignature ( privateCert...

    docs.aspose.com/email/java/utility-features-smt...
  7. How to Save Email Message to Disk in C#

    This step by step tutorial shows you how to save email message to disk in C#. The code for saving email message to disk in C# is easy and simple....message can be saved as EML or MSG file formats on the disk. We’ll...individual email message to EML or MSG file formats By following the...

    kb.aspose.com/email/net/how-to-save-email-messa...
  8. 在 PST 文件中管理 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....Outlook 联系人另存为 MSG 文件 要访问 Outlook PST 文件中的联系信息并以 MSG 格式保存到磁盘,Aspose...类。下面的代码片段展示了如何从 PST 文件检索所有联系信息并以 MSG 格式保存到磁盘: 在加载 PST 文件的 PersonalStorage...

    docs.aspose.com/email/zh/python-net/managing-ou...
  9. Retrieve and Manage Exchange Server Mailbox Inf...

    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/net/working-with-exchange...
  10. 在 Jython 中转换电子邮件|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....Converter 模块的 convert_eml_to_msg 方法。以下是示例代码。 Jython 代码 from aspose...EML, Saving to MSG self . convert_eml_to_msg () def convert_eml_to_msg...

    docs.aspose.com/email/zh/java/converting-email-...