Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,923 for

smtp client

(0.63 sec)
  1. 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...
  2. How to Create Mapi Contact using Java

    In this example, we will learn how to create Mapi Contact using Java by following the well defined steps and using the example code. One can easily add Mapi Contact in Java with the help of very simple API calls....different email clients including POP3, SMTP, or Exchange servers...

    kb.aspose.com/email/java/how-to-create-mapicont...
  3. 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/
  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....SmtpClient client = new SmtpClient ( "smtp.server.com" ); client . Port...Port = 25 ; client . Username = "UserName" ; client . Password...

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

    档案...com%2F"; // IMAP & SMTP static String createCodeChalange()...approveUrl = AUTHORIZATION_URL + "?client_id=" + acc.clientId + "&redirect_uri="...

    blog.aspose.com/zh/email/create-update-or-delet...
  6. 档案

    档案...com%2F"; // IMAP & SMTP public const string REDIRECT_URI...encodedParameters = string.Format("client_id={0}&client_secret={1}&refresh_...

    blog.aspose.com/zh/email/manage-contacts-in-gma...
  7. 搜索

    搜索...com%2F"; // IMAP & SMTP public const string REDIRECT_URI...encodedParameters = string.Format("client_id={0}&client_secret={1}&refresh_...

    blog.aspose.com/zh-hant/email/manage-contacts-i...
  8. 搜索

    搜索...com%2F"; // IMAP & SMTP static String createCodeChalange()...approveUrl = AUTHORIZATION_URL + "?client_id=" + acc.clientId + "&redirect_uri="...

    blog.aspose.com/zh-hant/email/create-update-or-...
  9. 档案

    档案...com%2F"; // IMAP & SMTP public const string REDIRECT_URI...encodedParameters = string.Format("client_id={0}&client_secret={1}&refresh_...

    blog.aspose.com/zh/email/import-contacts-from-g...
  10. Bulk Email - Free Support Forum - aspose.com

    Hi i want to create an email marketing tool for sending same email to my multiple clents, is it possible with your API? if yes how can i build and aspose email will help me?...SmtpClient client = new SmtpClient(); client.Host = "smtp.gmail.com";...//Specify your mail user name client.Username = "user@gmail.com";...

    forum.aspose.com/t/bulk-email/21059