Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 20,070 for

mailmessage

(0.07 sec)
  1. 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....Create a message MailMessage message = new MailMessage ( "user@domain1...

    docs.aspose.com/email/java/working-with-message...
  2. EnumerateMessages Interruption When Encounterin...

    Hello, We’re working with Aspose.Email for C++ and encountered an issue when using EnumerateMessages to retrieve email lists: When EnumerateMessages encounters a corrupted or unparsable email during enumeration, it thr…...2 @liangyongwen Overview MailMessage::EnumerateMessages iterates...the successfully loaded MailMessage objects in a collection before...

    forum.aspose.com/t/enumeratemessages-interrupti...
  3. Managing Folders on 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....message to a folder using the MailMessage and ImapClient classes. First...First create a MailMessage object by providing the subject, to...

    docs.aspose.com/email/net/managing-folders-on-i...
  4. Render MSG to GIF in Andorid App | products.asp...

    Export MSG to GIF without using Microsoft Word or Outlook in you Andorid applications...Andorid Open MSG file using MailMessage class Convert MSG to HTML...be converted MailMessage message = MailMessage . load ( "sourceFile...

    products.aspose.com/total/android-java/conversi...
  5. Convert OST to MBOX via Java | products.aspose.com

    Try the code sample to convert OST files to MBOX format in Java. Download Java API to take your email processing applications to the next level....converting MAPI messages to MailMessage objects, the MailConversionOption...options for converting. The MailMessage class represents an email...

    products.aspose.com/email/java/conversion/ost-t...
  6. Convert MHTML to VCF via Java | products.aspose...

    Try the code sample to convert MHTML files to VCF format in Java. Download Java API to take your email processing applications to the next level....format, the library offers a MailMessage class to create an object...Load an MHTML file as a MailMessage object by calling the load()...

    products.aspose.com/email/java/conversion/mhtml...
  7. Export EML files to PST - Free Support Forum - ...

    Hi, We have a Zimbra mail server hosted on Linux for our organization. We periodically archive the old messages (> 3 months) into a folder in EML format for restore if requested. We are currently working on a requirement…...an EML from disc MailMessage eml = MailMessage.*load*("a.eml",...

    forum.aspose.com/t/export-eml-files-to-pst/29336
  8. Missing space from HTML Body text - Free Suppor...

    We are seeing an issue in HTML bodies where a space is missing in the extracted text after underlined words. “For example this” becomes “For examplethis” if example was an underlined word in the original email. So far w…...fetching if(mailMessage.isBodyHtml()) { return mailMessage.getHtmlBodyText(true)...code: string htmlBodyText = mailMessage.getHtmlBodyText(true); string...

    forum.aspose.com/t/missing-space-from-html-body...
  9. Receiving Notifications for Successfully Sent 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....DeliveryNotification property of the MailMessage class. The following code...

    docs.aspose.com/email/net/receiving-notificatio...
  10. How to Add EML to PST directly? - Free Support ...

    I am writing some code that generates a PST from EML files. Using Aspose.Email, as far as I can tell, the only way for me to get the EML into the PST is to 1) Read the EML from disk into Mailmessage 2) Save the EML as a…...into MailMessage 2) Save the EML as a MSG using MailMessage.Save...can load the EML file in MailMessage instance and then load the...

    forum.aspose.com/t/how-to-add-eml-to-pst-direct...