Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,050 for

msg

(0.03 sec)
  1. How to Create a PST File in Python

    This short tutorial focuses on how to create a PST file in Python. You will get familiar with the process to create a new PST file in Python with the help of a few lines of code along with the option to insert different types of folders into it....converting an EML file to an MSG file in Python, refer to the...article on how to Convert EML to MSG using Python . Updated on 19...

    kb.aspose.com/email/python/how-to-create-a-pst-...
  2. MapiMessageItem Save Issue - Free Support Forum...

    Hello, I use MapiMessage.Load to load Msg file which is DistList Then cast it to MapiDistributionList Now, when I save it using MapiDistributionList.Save the result is deformed in message body + attachments, all lost… …...Load to load MSG file which is DistList Then cast...

    forum.aspose.com/t/mapimessageitem-save-issue/2...
  3. Emlx conversion issues - Free Support Forum - a...

    Hello, A few conversion issues: Loading an .mht file and saving as .emlx will result in an extra = in the top of converted page. To make sure I’m seeing the emlx correctly, after this convert, I loaded the result .e…...Side issue is when saving it as msg/oft/tnef, all style is lost!...Side issue is when saving it as msg/oft/tnef, all style is lost!...

    forum.aspose.com/t/emlx-conversion-issues/258708
  4. Aspose.Email for Python

    Այս API-ն թույլ է տալիս կատարել բոլոր տեսակի գործողություններ PowerPoint ֆայլերի վրա Python կոդով, ներառյալ ստեղծումը, խմբագրումը և փոխակերպումը և այլն:...Python-ում Ինչպես փոխարկել EML-ը MSG-ի՝ օգտագործելով Python-ը Ինչպես...

    kb.aspose.com/hy/email/python/
  5. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…...MapiMessage msg... // add streamed attachment (lazy loading) msg.getAttachments()...message with streamed attachment msg.save("output"); The changes will...

    forum.aspose.com/t/how-to-deal-with-huge-attach...
  6. Topics tagged email-java

    Topics tagged email-java...msg) to the MailMessage MIME format...email-java , email-pst , email-msg , email-eml 5 2402 July 4, 2012...

    forum.aspose.com/tag/email-java
  7. Aspose.Email for Python

    This API allows you to do all kinds of operations on PowerPoint files in Python code including creating, editing and converting etc....Python How to Convert EML to MSG using Python How to Send Email...

    kb.aspose.com/email/python/
  8. Aspose.Email for Python

    该 API 允许您在 Python 代码中对 PowerPoint 文件进行各种操作,包括创建、编辑和转换等。...PST 文件 如何使用 Python 将 EML 转换为 MSG 如何在 Python 中使用 SMTP 发送电子邮件 简体中文...

    kb.aspose.com/zh/email/python/
  9. 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…...getSubject()); MapiMessage msg = pst.extractMessage(messageInfo);...println("Attachments count: " + msg.getAttachments().size()); for...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  10. 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; loadOptions.FileCompatibilityMod...from .msg file MailMessage eml = MailMessage.Load(“task.msg”, loadOptions);...

    forum.aspose.com/t/create-a-new-task-similar-to...