Sort Score
Result 10 results
Languages All
Labels All
Results 8,191 - 8,200 of 21,156 for

eml

(0.12 sec)
  1. Hoe een e-mailbericht op te slaan in C++

    In deze zelfstudie leren we hoe u een e-mailbericht kunt opslaan in C++. U zult zien hoe u verbinding kunt maken met uw mailbox met Exchange Client om de e-mails op te halen en op te slaan met behulp van eenvoudige API-aanroepen in C++....mailbox Sla het bericht op in EML- en MSG-formaat op schijf met...kunt u de e-mailberichten in EML -indeling of MSG -indeling op...

    kb.aspose.com/nl/email/cpp/how-to-save-email-me...
  2. Ukládání souboru MSG jako PDF|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....FileInputStream ( emailPath ); MailMessage eml = MailMessage . load ( fstream...new ByteArrayOutputStrea (); eml . save ( emlStream , SaveOptions...

    docs.aspose.com/email/cs/java/saving-a-msg-as-pdf/
  3. Come salvare un messaggio di posta elettronica ...

    In questo tutorial impareremo come salvare un messaggio di posta elettronica in C++. Osserverai come connetterti alla tua casella di posta utilizzando Exchange Client per recuperare e salvare le e-mail da essa utilizzando semplici chiamate API in C++....Salva il messaggio in formato EML e MSG su disco usando C++ Puoi...posta elettronica in formato EML o MSG su disco utilizzando un...

    kb.aspose.com/it/email/cpp/how-to-save-email-me...
  4. C++ 애플리케이션을 통해 OLM을 MHTML로 변환 | products.aspose...

    윈도우 32비트, 윈도우 64비트 및 리눅스 64비트용 C++ 런타임 환경을 사용하여 문서를 변환할 수 있는 온프레미스 API를 사용해 보십시오....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile..."sourceFile.olm" ); // Save in MHTML eml->Save(u "convertedFile.mhtml"...

    products.aspose.com/email/ko/cpp/conversion/olm...
  5. C++ 애플리케이션을 통해 OLM을 OFT로 변환 | products.aspose.com

    윈도우 32비트, 윈도우 64비트 및 리눅스 64비트용 C++ 런타임 환경을 사용하여 문서를 변환할 수 있는 온프레미스 API를 사용해 보십시오....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile..."sourceFile.olm" ); // Save in OFT eml->Save(u "convertedFile.oft" ...

    products.aspose.com/email/ko/cpp/conversion/olm...
  6. Chuyển đổi OLM sang ICS thông qua ứng dụng C ++...

    Hãy thử các API tại chỗ của chúng tôi để chuyển đổi tài liệu của bạn bằng C ++ Runtime Environment cho Windows 32 bit, Windows 64 bit và Linux 64 bit....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile..."sourceFile.olm" ); // Save in ICS eml->Save(u "convertedFile.ics" ...

    products.aspose.com/email/vi/cpp/conversion/olm...
  7. Chuyển đổi OLM sang MBOX thông qua ứng dụng C +...

    Hãy thử các API tại chỗ của chúng tôi để chuyển đổi tài liệu của bạn bằng C ++ Runtime Environment cho Windows 32 bit, Windows 64 bit và Linux 64 bit....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile..."sourceFile.olm" ); // Save in MBOX eml->Save(u "convertedFile.mbox"...

    products.aspose.com/email/vi/cpp/conversion/olm...
  8. Utwórz nowy e‑mail w Pythonie|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....False )) \ # Save message in EML and MSG formats mail_message_save_type...( self . dataDir + "Message.eml" , mail_message_save_type . getEmlFormat...

    docs.aspose.com/email/pl/java/create-new-email-...
  9. Создать новое письмо в 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....False )) \ # Save message in EML and MSG formats mail_message_save_type...( self . dataDir + "Message.eml" , mail_message_save_type . getEmlFormat...

    docs.aspose.com/email/ru/java/create-new-email-...
  10. Como salvar uma mensagem de e-mail em C++

    Neste tutorial, aprenderemos como salvar mensagens de e-mail em C++. Você observará como se conectar à sua caixa de correio usando o Exchange Client para buscar e salvar os e-mails usando chamadas de API simples em C++....Salve a mensagem em formato EML e MSG em disco usando C++ Você...mensagens de e-mail no formato EML ou no formato MSG em disco usando...

    kb.aspose.com/pt/email/cpp/how-to-save-email-me...