Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,978 for

smtp client

(0.09 sec)
  1. S/MIME Encryption: Encrypting a MailMessage for...

    In older versions (e.g. 23.11.) MailMessage had an encrypt method that took an array of X509Certificate2 as parameter so we were able to encrypt a MailMessage for multiple recipients. It seems the API has changed in new…...message – use your normal SMTP client or other transport to send...

    forum.aspose.com/t/s-mime-encryption-encrypting...
  2. Create Multiple Email Addresses|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 SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/net/create-multiple-email...
  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....SmtpClient Class SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/zh/net/specify-mail-body-...
  4. Create Multiple Email Address|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 SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/net/create-multiple-email...
  5. 创建多个电子邮件地址|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 SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/zh/net/create-multiple-em...
  6. 创建多个电子邮件地址|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 SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/zh/net/create-multiple-em...
  7. Specify Mail Body Encoding|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 SmtpClient client = new SmtpClient (); //Specify...mailing host server client . Host = "smtp.server.com" ; //Specify...

    docs.aspose.com/email/net/specify-mail-body-enc...
  8. Extracting Attachment|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 client = new SmtpClient ( "smtp.server.com" ); client . Port...Port = 25 ; client . Username = "UserName" ; client . Password...

    docs.aspose.com/email/net/extracting-attachment/
  9. 提取附件|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 client = new SmtpClient ( "smtp.server.com" ); client . Port...Port = 25 ; client . Username = "UserName" ; client . Password...

    docs.aspose.com/email/zh/net/extracting-attachm...
  10. Getting error while reading large MBox file usi...

    Hello, I am getting below error while reading large MBox file using Aspose.Email. File is around ~4gb in size. System.OutOfMemoryException: Array dimensions exceeded supported range. at System.Collections.Generic.List1…... Actually it is a client file so we can’t share it....the entire file. (Because of client confidentiality) You can let...

    forum.aspose.com/t/getting-error-while-reading-...