Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 211 for

mail message

(0.06 sec)
  1. When saving docx as MHTML to outputstream for u...

    Hi Aspose support, I have a problem where when I convert a word doc to MHTML for use in a MailMessage object, and part of that Word doc has a url with &path= as part of the url in the body, it converts it to a new line …...toByteArray()); MailMessage message = MailMessage.load(inStream);...close(); inStream.close(); return message; } catch (Exception e) { return...

    forum.aspose.com/t/when-saving-docx-as-mhtml-to...
  2. Missing inline images after conversion from msg...

    I convert a msg file to HTML by MailMessage Mail = MailMessage.load(msgPath); SaveOptions opt = SaveOptions.createSaveOptions(MailMessageSaveType.getHtmlFormat()); Mail.save(htmlPath, opt); Some images are changed to Ba…...file to HTML by MailMessage mail = MailMessage.load(msgPath);...eSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some images...

    forum.aspose.com/t/missing-inline-images-after-...
  3. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...GetCategories(); // Extract a message from the PST and retrieve the...of category names for the message var messageCategoryList = FollowUpManager...

    forum.aspose.com/t/how-to-get-the-following-val...
  4. Sending an email sometimes fails - Free Support...

    Hi, we are seeing issues when sending eMails using SmtpClient class. 99% of eMails are sent without issues, but sometimes, an eMail will not be sent and we don’t get an error in this case (SmtpClient::send does not thro…...de ESMTP Host Europe Mail Service Tue, 29 Oct 2024 12:59:35...client[1|29.10.2024 12:59:35]: MAIL FROM: Smtp client[1|29.10.2024...

    forum.aspose.com/t/sending-an-email-sometimes-f...
  5. Importing from filesystem to exchnage public fo...

    Hi, I am trying to import from a filling folder that contains deep multi folder paths containg eml doc/xls/pdf files. (The files exceed 260 length) How can I import them in an exchange public folder? I can iterate throug…...inbox however it opens the new message window where dropped file is...may please create a simple message with subject as the name of...

    forum.aspose.com/t/importing-from-filesystem-to...
  6. en-CH is not a supported culture - Free Support...

    It may be difficult to provide an example eMail, but we have some Mail in tnef format that error as below. The Mails come from English speaking folk, though in Switzerland. Also, Java does seem to support that combo ( …L…...some mail in tnef format that error as below. The mails come...For example: // MailMessage message = MailMessage.load("path_to_your_tnef_file...

    forum.aspose.com/t/en-ch-is-not-a-supported-cul...
  7. EMLX File Challenges - Free Support Forum - asp...

    Problem 1. When processing “.emlx” files, some files appear to have multiple copies of attachments. When attachments appear more than once, only the last instances seems to be valid. If I open the same file in a Mail p…...If I open the same file in a mail program, it only shows one copy...files that come from Apple’s mail program in Lion and Mt Lion...

    forum.aspose.com/t/emlx-file-challenges/39166
  8. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 Mails only but the unread count property of Fol…...The folder has a total of 6 mails only but the unread count property...empty. Message Id: AAAAABtYvU3z03hPqxXX Incorrect message order...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  9. Usage of MS Publisher for marketing and adverti...

    MS Publisher is a desktop publishing software application used for publishing, marketing materials in particular. What are the best practices for it?...helps you create marketing messages, products, and services that...purpose of your document and the message you want to convey. Think about...

    docs.aspose.com/pub/net/use-pub-for-marketing/
  10. Connecting to exchange 2013 and saving mails to...

    Hi, According to your online sample code, I need to provide the exchange Mailbox URI for the relevant account in the following way: ExchangeClient client = new ExchangeClient("http://servername/exchange/username", …...to exchange 2013 and saving mails to *.msg Aspose.Email Product...ListMessages method to list messages info from Inbox ExchangeMessageInfoC...

    forum.aspose.com/t/connecting-to-exchange-2013-...