Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,885 for

smtpclient

(0.14 sec)
  1. 在 Aspose.Email 中读取 Outlook 消息(MSG)文件|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....meeting request SmtpClient client = new SmtpClient ( "host" , 25...

    docs.aspose.com/email/zh/net/reading-an-outlook...
  2. How to Send Email using SMTP in Python

    This step by step tutorial focuses on how to send email using smtp in Python. You will learn to utilize a Python script to send email using SMTP in any Python configured environment in Windows and Linux....MailMessage class instance Use the SmtpClient class object to initialize...the email client Use the SmtpClient.send method to forward the...

    kb.aspose.com/email/python/how-to-send-email-us...
  3. Sending Meeting Request|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 class. Advantages of using...meeting request SmtpClient client = new SmtpClient ( "host" , 25...

    docs.aspose.com/email/net/sending-meeting-request/
  4. Ինչպես ուղարկել Word փաստաթուղթը էլեկտրոնային փ...

    Այս օրինակում մենք կուսումնասիրենք, թե ինչպես ուղարկել Word փաստաթուղթը էլեկտրոնային փոստով, օգտագործելով C++: Հետևյալ օրինակի կոդում դուք ականատես կլինեք, թե որքան հարմար է ուղարկել Word փաստաթուղթը էլփոստի մարմնում՝ օգտագործելով C++: Դրան հասնելու համար պարզապես անհրաժեշտ կլինի կատարել API-ի պարզ զանգեր և կատարել մի քանի պարզ քայլեր MS Windows-ում:...հատկությունները Նախաձեռնեք SmtpClient դասի օրինակը՝ MailMessage-ը...Այնուհետև, օգտագործելով *SmtpClient դասը*, մենք *Փաստաթուղթը...

    kb.aspose.com/hy/words/cpp/how-to-send-word-doc...
  5. Work with MIME Messages using C++ Email Parser ...

    This section explains how to work with MIME messages using C++ Email Parser API e.g. creating and setting contents of Emails....C++ and Send Email using SmtpClient Read and Display Email Messages...

    docs.aspose.com/email/cpp/working-with-mime-mes...
  6. Ինչպես նամակ ուղարկել Python-ում SMTP-ի միջոցով

    Այս քայլ առ քայլ ձեռնարկը կենտրոնանում է այն բանի վրա, թե ինչպես կարելի է նամակ ուղարկել Python-ում smtp-ի միջոցով: Դուք կսովորեք օգտագործել Python սկրիպտը՝ SMTP-ի միջոցով էլփոստ ուղարկելու համար Windows-ում և Linux-ում Python-ով կազմաձևված ցանկացած միջավայրում:... Օգտագործեք SmtpClient դասի օբյեկտը էլփոստի հաճախորդը...փոխանցելու համար օգտագործեք SmtpClient.send մեթոդը Վերոնշյալ քայլերը...

    kb.aspose.com/hy/email/python/how-to-send-email...
  7. How to Send Word Document by Email using C++

    In this example, we will explore how to send Word Document by email using C++. In the following example code, you will witness how convenient it is to send Word Document in email body using C++. You will just need to make simple API calls and perform few simple steps on MS Windows to achieve this....properties Initialize the SmtpClient class instance to send MailMessage...mail properties. Then using SmtpClient class , we dispatch Document...

    kb.aspose.com/words/cpp/how-to-send-word-docume...
  8. 发送会议请求|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 类发送电子邮件并附加会议请求。 使用 Aspose...meeting request SmtpClient client = new SmtpClient ( "host" , 25...

    docs.aspose.com/email/zh/net/sending-meeting-re...
  9. 如何使用 Java 发送电子邮件

    在这个简单的教程中,我们将探索如何使用 Java 发送电子邮件。您将学习如何在 Java 中使用 Gmail SMTP 发送电子邮件。该应用程序利用简单的 API 调用,可在 Windows 和 Linux 操作系统内的 Java 环境中使用。...实例以发送电子邮件 设置所需邮件的不同属性 设置 SmtpClient 属性并发送电子邮件 SMTP 是用于发送和接收电...来创建要发送的消息。它涉及设置电子邮件主题、收件人和电子邮件正文。然后我们将初始化 SmtpClient 对象,我们将为用户设置凭据以及端口和主机信息。最...

    kb.aspose.com/zh/email/java/how-to-send-email-u...
  10. Connecting to IMAP Server|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....Sleep ( 2000 ); SmtpClient smtpClient = new SmtpClient ( "exchange..."username" , "password" ); smtpClient . Send ( new MailMessage...

    docs.aspose.com/email/net/connecting-to-imap-se...