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

attachment

(0.08 sec)
  1. 在 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...
  2. 在 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....# Adding attachment \ # Load an attachment attachment = self ... Attachment ( self . dataDir + "1.txt" ) \ # Add attachment in...

    docs.aspose.com/email/zh/java/manage-attachment...
  3. 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...
  4. 在 Jython 中管理电子邮件的附件|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....ManageAttachments 模块的 add_attachments 方法。以下是示例代码。 Jython 代码 from...from com.aspose.email import Attachment from com.aspose.email import...

    docs.aspose.com/email/zh/java/manage-attachment...
  5. Disable Files Compression when Adding as Embedd...

    This article explains how to disable files compression when Adding as Embedded Resources...add attachments to PDF documents. By default, attachments are...FileEncoding .None, then attachment is not compressed. The default...

    docs.aspose.com/pdf/java/disable-files-compress...
  6. 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...
  7. 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...
  8. 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-...
  9. 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/
  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...