Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 1,923 for

smtp client

(0.09 sec)
  1. Aspose.Email で Outlook メッセージ (MSG) ファイルを読む|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....RequestApointment ()); // Set up the SMTP client to send email with meeting...meeting request SmtpClient client = new SmtpClient ( "host" , 25 ...

    docs.aspose.com/email/ja/net/reading-an-outlook...
  2. إرسال طلب اجتماع باستخدام Outlook Interop و Asp...

    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....requestApointment ()); // Set up the SMTP client to send email with meeting...meeting request try ( SmtpClient client = new SmtpClient ( "host" ...

    docs.aspose.com/email/ar/java/sending-meeting-r...
  3. Archivio

    Archivio...posta dalle tue applicazioni client, devi prima stabilire una connessione...ti consente di implementare client di posta elettronica dall’interno...

    blog.aspose.com/it/email/connect-to-imap-server...
  4. مقدمة وتطبيقات مثال|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....رسائل البريد التي تُنقل إلى خادم SMTP للتسليم باستخدام فئة SmtpClient)...Password and Port SmtpClient client = new SmtpClient (); // Specify...

    docs.aspose.com/email/ar/java/introduction-and-...
  5. Giriş ve Örnek Uygulamalar|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....SmtpClient sınıfı kullanılarak bir SMTP sunucusuna iletilmek üzere e-posta...Password and Port SmtpClient client = new SmtpClient (); // Specify...

    docs.aspose.com/email/tr/java/introduction-and-...
  6. API Java per enviar correu electrònic a través ...

    Explora la integració de MailGun amb la biblioteca Java. Aprèn a configurar i enviar correus electrònics programàticament, potenciant els teus processos de comunicació....s’utilitza per especificar el client i el DeliveryServiceClien classe...(privApiKey); IDeliveryServiceClie client = DeliveryServiceClien. get...

    products.aspose.com/email/ca/java/send-email/ma...
  7. Usare Sendgrid per inviare email | Soluzione pe...

    Scopri la potenza dell'integrazione di SendGrid con l'API Java per migliorare la recapitabilità delle email. Ottieni istruzioni chiare, esempi di codice e funzionalità avanzate.... Configura le opzioni del client SendGrid. Specifica il servizio...utilizzando send metodo dell’oggetto client. Prova l’esempio di codice...

    products.aspose.com/email/it/java/send-email/se...
  8. ส่งอีเมลผ่าน MailGun ใน C # | ระบบอัตโนมัติทางอ...

    ค้นพบความสามารถ MailGun เพื่อส่งอีเมลในการผสานรวมกับไลบรารี.NET ที่เต็มไปด้วยคุณสมบัติลองใช้ตัวอย่างโค้ดที่เข้าใจได้ที่ออกแบบมาสำหรับการใช้งาน C #...Clients.DeliveryService; using Aspose.Email.Clients.DeliveryService...privApiKey }; IDeliveryServiceClie client = DeliveryServiceClien.Get(opt);...

    products.aspose.com/email/th/net/send-email/mai...
  9. सी # में डिस्क पर ईमेल संदेश कैसे सहेजें

    यह चरण-दर-चरण ट्यूटोरियल आपको दिखाता है कि ईमेल संदेश को C# में डिस्क पर कैसे सहेजना है। ईमेल संदेश को डिस्क में C# में सहेजने के लिए कोड आसान और सरल है।...Clients.Exchange और Aspose.Email.Clients.Exchange.WebService...अपने पिछले विषय में, हमने Gmail SMTP सर्वर का उपयोग करके सी # में...

    kb.aspose.com/hi/email/net/how-to-save-email-me...
  10. ส่งอีเมลโดยใช้บริการเว็บ Exchange | โซลูชัน Jav...

    ปรับปรุงโครงการของคุณด้วย Java API แบบก้าวหน้า: รวมฟังก์ชันการส่งอีเมลผ่าน Exchange Web Service เข้ากับโครงการของคุณ...giving credentials IEWSClient client = EWSClient. getEWSClient (...); try { // Send the message client. send (msg); System. out ....

    products.aspose.com/email/th/java/send-email/ews/