Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 7,147 for

attachment

(0.11 sec)
  1. 使用 Aspose.Email 和 Apache POI HSMF 提取邮件附件|Docume...

    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.... 创建 Attachment 类的实例,并使用 get() 方法从 AttachmentCollection...AttachmentCollection 中获取索引值填充。 使用 Attachment 类的 save() 方法将附件保存到磁盘。 Java...

    docs.aspose.com/email/zh/java/extract-message-a...
  2. 在 Ruby 中管理电子邮件附件|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....add_attachments 方法。以下是示例代码。 Ruby 代码 def add_attachments () data_dir...# Adding attachment # Load an attachment attachment = Rjb ::...

    docs.aspose.com/email/zh/java/manage-attachment...
  3. 提取附件|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.... Attachments . Count ; i ++) { item . Attachments [ i ]...AttachmentFilePath + item . Attachments [ i ]. FileName ); } Aspose...

    docs.aspose.com/email/zh/net/extracting-attachm...
  4. Working with MAPI Properties|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....Named MAPI Property from Attachment Aspose.Email makes it possible...named MAPI properties of an attachment. The following code sample...

    docs.aspose.com/email/python-net/working-with-m...
  5. Manage Attachments in Outlook MSG Files Using A...

    Learn how to save, remove, and add Attachments in Outlook MSG files using Aspose.Email for C++....Czech Dutch Svenska Manage Attachments in Outlook MSG Files Contents...removing, and embedding attachments when working with Microsoft...

    docs.aspose.com/email/cpp/manage-outlook-msg-at...
  6. How can I achieve following feature at Email2PD...

    I use Aspose Email Java to make Email2PDF, however now we have such a requirement: If an Email contains inline Attachment picture and another non-inline Attachment picture, only inline picture should be converted into P…...inline attachment picture and another non-inline attachment picture...PDF, however the non-inline attachment picture should be excluded...

    forum.aspose.com/t/how-can-i-achieve-following-...
  7. 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…...Id: AAAAABtYvU3z03hPqxXX Attachment is not shown: The MapiMessage...Has Attachment as true but when tried to get attachments the...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  8. Add, Extract, or Remove Attachments in PDF usin...

    C++ source code to add, extract and remove Attachments in PDF file....Manage Attachments Using C++ Library Add Attachments to PDF programmatically...programmatically Extract Attachments from PDF Remove Attachments from PDF File...

    products.aspose.com/pdf/cpp/attachments/
  9. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new Attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new Attachment…...am trying to create a new attachment from a string input and add...it so? How can I add a new attachment to an existing message accessed...

    forum.aspose.com/t/how-to-create-a-new-instance...
  10. 处理消息附件|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....MapiMessage 类的 Attachments 属性可以访问消息文件中的附件并将其保存到磁盘。Attachments 属性是 MapiAttachmentCollec..."message.msg" ) for attachment in msg . attachments : print ( f " {...

    docs.aspose.com/email/zh/python-net/working-wit...