Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 8,396 for

attachment

(0.62 sec)
  1. Удалить вложения|Aspose.PDF for Python via .NET

    В этом примере происходит привязка входного PDF, удаляются все вложения и сохраняется изменённый PDF без встроенных файлов....initialize_data_dir def remove_attachments ( infile , outfile ): # Create...( infile ) # Remove all attachments from document content_editor...

    docs.aspose.com/pdf/ru/python-net/remove-attach...
  2. ניהול הודעות Gmail בפייתון|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....email import MailMessage , Attachment # Create the message message..., "Attached is the weekly report." ) # Add an attachment attachment_path...

    docs.aspose.com/email/he/python-net/gmail-clien...
  3. Керування повідомленнями Gmail у Python|Documen...

    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....email import MailMessage , Attachment # Create the message message..., "Attached is the weekly report." ) # Add an attachment attachment_path...

    docs.aspose.com/email/uk/python-net/gmail-clien...
  4. Zarządzanie wiadomościami Gmail w Pythonie|Docu...

    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....email import MailMessage , Attachment # Create the message message..., "Attached is the weekly report." ) # Add an attachment attachment_path...

    docs.aspose.com/email/pl/python-net/gmail-clien...
  5. Aspose.Email でメッセージから埋め込みメール添付ファイルを読み込む|Documen...

    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....size(); i++) { Attachment att = (Attachment) message.getAttachments()...get_Item(i); System.out.println(" Attachment Name : " + att.getName());...

    docs.aspose.com/email/ja/java/read-embedded-ema...
  6. Envieu correus electrònics mitjançant Microsoft...

    Apreneu com enviar correus electrònics en aplicacions .NET utilitzant una biblioteca C# i l'API Microsoft Graph amb OAuth2 modern. Una alternativa segura i eficient a SMTP i l'autenticació bàsica....// Add attachments to the message Attachment attachment = new...new Attachment( "path_to_attachment" ); eml.Attachments.Add(attachment);...

    products.aspose.com/email/ca/net/send-email/mic...
  7. .NET を使用したメールの TNEF 添付ファイル処理|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....dat attachment, but by default, the attachment is not preserved...new MemoryStream (); msg . Attachments [ 0 ]. SaveToTnef ( "winmail...

    docs.aspose.com/email/ja/net/tnef-attachments-m...
  8. Làm việc với các mục Lịch Outlook|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....cuộc hẹn, một đối tượng "Attachment" được tạo, cung cấp đường...import datetime as dt # Add an attachment to an appointment attendees...

    docs.aspose.com/email/vi/python-net/working-wit...
  9. Travailler avec les éléments du calendrier Outl...

    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....au rendez‑vous, un objet "Attachment" est créé en indiquant le...import datetime as dt # Add an attachment to an appointment attendees...

    docs.aspose.com/email/fr/python-net/working-wit...
  10. Ajouter des pièces jointes à un PDF en Python|A...

    Apprenez comment ajouter des pièces jointes à des documents PDF en Python en utilisant Aspose.PDF for Python via .NET....as ap def add_attachments ( infile , attachment_path , outfile...ap . FileSpecification ( attachment_path , "Sample text file"...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...