Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 20,170 for

mailmessage

(0.13 sec)
  1. Export EML to PDF via C++ | products.aspose.com

    C++ API to Convert EML to PDF without using Microsoft Word or Outlook...PDF Open EML file using MailMessage class reference Convert EML...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/eml-to...
  2. TNEF Attachments Processing in Emails Using .NE...

    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 eml = MailMessage . Load ( fileName ); foreach...

    docs.aspose.com/email/net/tnef-attachments-mana...
  3. Conversion to pdf speed - Free Support Forum - ...

    Hi, We’re using several Aspose libraries to convert different file formats to pdf. Recently we’ve noticed that converting from .msg takes significantly longer than other formats. Please see the attached project - on sta…...msg file var mailMessage = MailMessage.Load("path/to/message...= new MemoryStream()) { mailMessage.Save(mhtmlStream, SaveOptions...

    forum.aspose.com/t/conversion-to-pdf-speed/317520
  4. Can provide the similar fix for EmlLoadOption s...

    Hi, Can we have OOM related issue fix option for EmlLoadOption as well similar to issue reported in ticket Java Heap Space errors with large emails - Free Support Forum - aspose.com Fix: MsgLoadOptions lo = new MsgLoa…...memory usage try (MailMessage message = MailMessage.load("large_email...

    forum.aspose.com/t/can-provide-the-similar-fix-...
  5. Create a new Task similar to Outlook and send T...

    Hi, I just want to Create/Update/Delete a Task in .Net similar as we create a new Task in Outlook and need to send Task as an email to the assigned user.Then Task should be shown in the outlook calender under the Tasks …...msg file MailMessage eml = MailMessage.Load(“task.msg”...

    forum.aspose.com/t/create-a-new-task-similar-to...
  6. Working with Message Flags on Server|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 ( "user@domain1.com" , "user@domain2...

    docs.aspose.com/email/python-net/working-with-m...
  7. How to Run Aspose.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....email message var eml = new MailMessage { Subject = "Hello World...

    docs.aspose.com/email/net/how-to-run-aspose-email/
  8. Connecting to SMTP Server|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.... send ( new MailMessage ( "sender@domain.com" , "receiver@domain...proxy ); client . send ( new MailMessage ( "sender@domain.com" , "receiver@domain...

    docs.aspose.com/email/java/connecting-to-smtp-s...
  9. Aspose email AsposeInvalidDataException - Free ...

    When i am trying to parse or fetch the olm file using aspose.email using java.after some mails are successfully proceed,a Exception occurs I am using aspose.email 22.10 version. Please give your valuable suggestion. A…...Email Product Family email-mailmessage , email-java asheesh.patel...

    forum.aspose.com/t/aspose-email-asposeinvalidda...
  10. Create Email Signature in .NET | products.aspos...

    Learn how to programmatically create custom email signatures in EML files using C#. Simplify communication management and personalization.... The library provides a MailMessage class which has a comprehensive...modified email. It utilizes the MailMessage class to handle emails and...

    products.aspose.com/email/net/create-email-sign...