Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,885 for

smtpclient

(0.07 sec)
  1. Creating and setting contents of Emails|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....an SMTP server using the SmtpClient class. This topic demonstrates...Create an instance of the SmtpClient class and send the email...

    docs.aspose.com/email/python-net/creating-and-s...
  2. How to Send Email using Java

    In this simple tutorial, we will explore how to send email using Java. You will learn how to send email using Gmail SMTP in Java. The application makes use of simple API calls that can be used in Java environments inside Windows and Linux operating systems....desired mail message Set SmtpClient properties and send the email... Then we will initialize SmtpClient object whereby we will set...

    kb.aspose.com/email/java/how-to-send-email-usin...
  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....com" ); SmtpClient client = new SmtpClient ( "smtp.server...

    docs.aspose.com/email/zh/net/extracting-attachm...
  4. 档案

    档案...SmtpClient 类设置 SMTP 客户端并发送电子邮件。 // 通过...通过 SMTP 发送电子邮件 SmtpClient client = new SmtpClient("smtp.gmail.com"...

    blog.aspose.com/zh/total/send-word-document-in-...
  5. Introduction and Sample Applications|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....and then send it using the SmtpClient class. Mail : Sample Application...server for delivery using the SmtpClient class). Create an instance...

    docs.aspose.com/email/java/introduction-and-sam...
  6. C++ send email. Send email using C++ and SMTP p...

    How to send email with attachments using C++ and Gmail, Outlook or other SMTP server...example: auto smtpClient = MakeObject < SmtpClient > ( u "smtp...SecurityOptions :: SSLAuto); smtpClient -> Send( u "login@gmail.com"...

    products.aspose.com/email/cpp/send-email/
  7. 使用 OAuth 访问邮件服务|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 , Pop3Client , ImapClient...server using ( SmtpClient client = new SmtpClient ( "smtp.gmail...

    docs.aspose.com/email/zh/net/access-mail-servic...
  8. 如何在 C# 中发送电子邮件

    关于如何在 C# 中发送电子邮件的分步教程。了解如何使用 C# 中的 SMTP 服务器发送邮件以及使用 Gmail SMTP C# 发送电子邮件。...使用 MailMessage 类创建新电子邮件 创建 SmtpClient 类的实例 设置 Gmail SMTP 客户端信息以发送电子邮件...客户端信息以发送电子邮件 使用 SmtpClient 类的 Send 方法发送 email 使用 C# 发送电子邮件的代码 在 C#...

    kb.aspose.com/zh/email/net/how-to-send-email-in...
  9. 使用 Outlook Interop 和 Aspose.Email for Java 发送会议...

    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 SmtpClient 类。 使用 Aspose.Email for Java...request try ( SmtpClient client = new SmtpClient ( "host" , 25...

    docs.aspose.com/email/zh/java/sending-meeting-r...
  10. 启用 SMTP 客户端活动日志记录|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 该类提供以下属性以启用和配置活动日志记录: log_file_name...client = ae . clients . smtp . SmtpClient client . host = "<HOST>"...

    docs.aspose.com/email/zh/python-net/smtp-client...