Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 23,356 for

mailmessage

(0.52 sec)
  1. Msg to mhtml - the external image present in th...

    language: java21 library aspose-email:25.1 During msg to mhtml conversion , the external image present in this msg file is not visible in the output mhtml file. please help to fix this problem input Develop Softwar…...MailMessage; import com.aspose.email...the MSG file MailMessage message = MailMessage.load("path/to/your/message...

    forum.aspose.com/t/msg-to-mhtml-the-external-im...
  2. Read Emails from MBOX in Python|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....customize the loading process of MailMessage from EML format. For instance...

    docs.aspose.com/email/python-net/read-emails-fr...
  3. AsposeBadServerResponseException 404 Error When...

    Hi, we update our aspose library to your last version: <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-total</artifactId> <version>25.8</version> <ty…...MailConversionOption(); MailMessage msg = client.fetchMessage(info...MailConversionOption(); MailMessage msg = client.fetchMessage(info...

    forum.aspose.com/t/asposebadserverresponseexcep...
  4. Outlook Email Templates (OFT) - Read, Create, a...

    Learn how to read, create, and edit Outlook email templates (OFT files) in C# using Aspose.Email for .NET without Microsoft Outlook....start using MapiMessage , MailMessage , and other classes provided...

    blog.aspose.com/email/outlook-template-oft-crea...
  5. 使用 MapiMessage 进行投票选项操作|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...."testUser" , "pwd" , "domain" ); MailMessage message = createTestMessage...

    docs.aspose.com/email/zh/java/working-with-voti...
  6. Exception when loading a license file with Aspo...

    Hi, I have a big problem using Aspose E-Mail for Java 25.6 and higher. The version 25.5 works without problems. Every time i try to set our license with License.setLicense() i’m getting a strange exception i cannot debu…...add("MailMessage\\Load\\DecodeTnefAttachm...

    forum.aspose.com/t/exception-when-loading-a-lic...
  7. Manage Email Messages & Attachments with Micros...

    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 an EML Message Use the MailMessage class to create and send...the message var eml = new MailMessage { From = "from@domain.com"...

    docs.aspose.com/email/net/manage-email-messages...
  8. How to Parse & View Mbox Files in C# .NET

    Use our guide to learn about mbox file format, apply C# .NET API to parse mbox files, view and save messages contained in them....directly iterate through the MailMessage instances contained in the...the complete message as a MailMessage object. Finally, we can perform...

    blog.aspose.com/email/read-mbox-files-using-csh...
  9. Connecting to IMAP 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 ( "from@aspose.com" , "to@aspose...smtpClient . Send ( new MailMessage ( "from@aspose.com" , "to@aspose...

    docs.aspose.com/email/net/connecting-to-imap-se...
  10. Converting Email to PDF consumes huge memory - ...

    Hello, We have an EML file and we want to convert it to PDF. In our usecase we need to consume less than 256MB of RAM and we are passing files up to 25MB of size. The code we use to convert them is something like: pu…...ByteArrayInputStream(bytes); MailMessage eml = MailMessage.load(inputBytes);...

    forum.aspose.com/t/converting-email-to-pdf-cons...