Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 20,910 for

msg

(0.1 sec)
  1. Ինչպես փոխարկել Outlook էլփոստը PDF-ի Java-ի մի...

    Այս պարզ ձեռնարկում մենք կկենտրոնանանք այն բանի վրա, թե ինչպես փոխարկել Outlook Email-ը PDF-ի, օգտագործելով Java-ը: Դուք կտեսնեք, որ Msg-ը PDF-ի փոխարկելու համար կարող է օգտագործվել Java-ի վրա հիմնված API: Այս հավելվածը կարող է օգտագործվել ցանկացած ընդհանուր հասանելի օպերացիոն համակարգում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...մանրամասն քայլերին: Դուք կտեսնեք, որ MSG-ը PDF-ի փոխարկելու համար կարող...MailMessage դասի օբյեկտը EML կամ MSG էլփոստի ֆայլը սկավառակից բեռնելու...

    kb.aspose.com/hy/email/java/how-to-convert-outl...
  2. First Application with Aspose.Email Outlook|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....msg) and displays the subject, from...MapiMessage msg = MapiMessage . fromFile ( "outlookmessage.msg" ); //...

    docs.aspose.com/email/java/first-application-wi...
  3. Sending Meeting Request Using Outlook Interop a...

    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....sent MailMessage msg = new MailMessage (); msg . setFrom ( new...MailAddress ( "from@domain.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/java/sending-meeting-requ...
  4. NodeRendererBase class | Aspose.Words for Python

    aspose.words.rendering.NodeRendererBase class. Base class for [ShapeRenderer](../shaperenderer/) and [OfficeMathRenderer](../officemathrenderer/)... width , msg = dpi96 ) self . assertEqual...assertEqual ( 18 , bounds . height , msg = dpi96 ) # Get the shape size...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Managing Message Attachments|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....and Saving Outlook Message (MSG) Files explains how to create...messages, and how to create MSG files with attachments. This...

    docs.aspose.com/email/net/managing-message-atta...
  6. Extract Attachments from 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....message must be either EML or MSG. Extracting Attachments To extract...document library that contains the MSG file used in this example, as...

    docs.aspose.com/email/sharepoint/extract-attach...
  7. Ինչպես փոխարկել Outlook էլփոստը PDF-ի, օգտագործ...

    Այս հեշտ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Outlook Email-ը PDF-ի՝ օգտագործելով Python-ը: Դուք կտեսնեք, որ Msg-ը PDF-ի փոխարկելու համար կարող է օգտագործվել Python-ի վրա հիմնված API: Դուք կարող եք օգտագործել այս օրինակը ցանկացած ընդհանուր հասանելի օպերացիոն համակարգում, ինչպիսիք են Windows-ը կամ Linux-ը:...մանրամասն քայլերը: Դուք կտեսնեք, որ MSG-ը PDF-ի փոխարկելու համար կարող...օբյեկտի օրինակ՝ աղբյուրի EML կամ MSG ֆայլը սկավառակից կամ փոստի սերվերից...

    kb.aspose.com/hy/email/python/how-to-convert-ou...
  8. About Email Conversion|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....convert emails from EML to MSG, or MSG to EML. Extract All Attachments...Conversion App . EML to MSG and MSG to EML File Conversion Subscribe...

    docs.aspose.com/email/sharepoint/about-email-co...
  9. How to Convert Outlook Email to PDF using Java

    In this simple tutorial, we will focus on how to convert Outlook Email to PDF using Java. You will observe that in order to convert Msg to PDF Java based API can be used. This application can be used in any of the commonly available operating system like Windows, macOS, or Linux....observe that in order to convert MSG to PDF Java based API can be...class object to load the EML or MSG email file from the disk Convert...

    kb.aspose.com/email/java/how-to-convert-outlook...
  10. Sending Meeting Request|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....sent MailMessage msg = new MailMessage (); msg . From = "from@domain..."from@domain.com" ; msg . To = "to@domain.com" ; msg . Subject = "appointment...

    docs.aspose.com/email/net/sending-meeting-request/