No announcements
Found 1582082 threads
-
0 Votes
How to Send email from C#.net?
You may find this article How to send email with attachment using .net(c#/vb) helpful Thanks!Answered | 3 Replies | 3567 Views | Created by yokiran - Wednesday, September 24, 2008 6:15 AM | Last reply by practicalguy - Friday, March 13, 2009 8:51 AM -
0 Votes
Send email to outlook groups in .net
I can send emails to outlook groups via outlook.Answered | 13 Replies | 15087 Views | Created by Chintan123 - Tuesday, May 28, 2013 11:27 AM | Last reply by Jason Dot Wang - Thursday, May 30, 2013 5:46 AM -
1 Votes
Sending email through C#
You might want to do your own encryption before send or zip with password then send as attachment.Answered | 3 Replies | 3037 Views | Created by Prea Tag - Thursday, September 24, 2009 8:01 PM | Last reply by Prea Tag - Friday, September 25, 2009 12:54 AM -
0 Votes
C# Send Email to DataGridView Row
Code in following link should help you http://www.codeproject.com/Articles/23640/How-to-send-DataGridView-contents-by-email Gaurav Khanna | Microsoft ...Answered | 1 Replies | 1108 Views | Created by BizeHeryerTrabz10 - Thursday, November 5, 2015 8:04 AM | Last reply by Khanna Gaurav - Saturday, November 7, 2015 10:59 AM -
1 Votes
C# Sending Email to Multiple Recipients
You should use an emailing service like SendGrid for this, you might be blocked from your ISP if you send too many emails without their consent.Answered | 6 Replies | 5661 Views | Created by Aung Mon Chit Htwe - Friday, September 4, 2015 2:18 AM | Last reply by sterretje_K5 - Monday, September 7, 2015 5:54 AM -
1 Votes
Send email notification with c # Sharepoint
The following blogs for your reference: SharePoint 2010 Custom Timer Job – Send an ...Answered | 4 Replies | 976 Views | Created by Rodrigo Moez - Saturday, April 23, 2016 8:28 AM | Last reply by Dennis Guo - Wednesday, April 27, 2016 6:51 AM -
1 Votes
SENDING EMAIL USING C#
msg.IsBodyHtml = true; // Optional for sending an attachment System.Net.Mail.Attachment attach = new ...Answered | 2 Replies | 6157 Views | Created by hping - Monday, August 16, 2010 3:21 AM | Last reply by Figo Fei - Tuesday, August 17, 2010 6:17 AM -
4 Votes
c# How to send html email
mail.IsBodyHtml = true; string htmlBody = "create html page" ; mail.Body = htmlBody; Full Source : HTML ...Answered | 4 Replies | 28572 Views | Created by Technicalsupp - Monday, April 15, 2013 11:08 PM | Last reply by Kareninstructor - Monday, May 2, 2016 2:06 PM -
2 Votes
Sending Email Marked As "FollowUp" through C# code
Visit this link http://bytes.com/groups/net-vb/370860-how-set-outlook-importance-property-follow-up-reminder-vb-net-using-cdo Here you ...Answered | 7 Replies | 13129 Views | Created by m_cr0ch_p - Friday, February 13, 2009 10:18 AM | Last reply by Naz777 - Monday, September 17, 2018 5:01 PM -
0 Votes
Sending calendar invitation via email with c#
As Neil Hu mentions, just send the email with an ICS attachment.Answered | 5 Replies | 9079 Views | Created by Roy Jiny - Wednesday, March 7, 2018 8:41 PM | Last reply by CoolDadTx - Friday, March 9, 2018 3:01 PM -
0 Votes
send email through mailMessage c#
You can see how you can send e-mail using the mail message class and also request deliver/read receipts.Answered | 2 Replies | 4094 Views | Created by --_-- - Wednesday, September 1, 2010 3:16 AM | Last reply by Prashant Khandelwal - Wednesday, September 1, 2010 9:16 AM -
10 Votes
.Net 2.0 send email with multiple “To” recipients
I'm upgrading some code from the .Net 1.1 to the .net 3.5 framework and switching to the new mail object.Answered | 28 Replies | 89242 Views | Created by a_Buzz - Monday, October 31, 2005 7:16 PM | Last reply by Scott Rayner - Thursday, November 18, 2010 1:38 AM -
1 Votes
Send to email?
If you put your username and password then they will actually be sending email as you .Answered | 9 Replies | 3009 Views | Created by XI Samuel IX - Thursday, May 13, 2010 11:06 AM | Last reply by pinoyz - Wednesday, May 19, 2010 6:57 AM -
4 Votes
how to send a customized email from a c# application.
You can create the form yourself, and then send the email using POOM API as shown in the code samples above.Answered | 5 Replies | 3453 Views | Created by fr.usai - Thursday, July 2, 2009 5:46 PM | Last reply by warrentang - Monday, July 6, 2009 8:26 AM -
0 Votes
Send An Email from a C# Application using SMTP
You should make sure SMTP server you are using permits applications to send emails.Answered | 7 Replies | 10188 Views | Created by Chaya Jayanth - Wednesday, March 11, 2015 6:49 AM | Last reply by Kristin Xie - Thursday, March 12, 2015 9:17 AM -
0 Votes
Send Email in Arabic?
ASP.Net, C#.Net, SQL Server ,Win32Answered | 3 Replies | 3909 Views | Created by ASysSolvers - Wednesday, June 24, 2009 3:16 PM | Last reply by Lenny S - Wednesday, June 24, 2009 8:54 PM -
3 Votes
How to send email with multiple attachments in c#
The following code example demonstrates creating and sending an e-mail message with an attachment.Answered | 6 Replies | 36843 Views | Created by chandran.nr - Wednesday, February 27, 2013 8:48 AM | Last reply by lil_psyk - Tuesday, June 26, 2018 6:01 AM -
0 Votes
c++ code to send email from gamil equivalent to C# SmtpClient
or do you that clr c++ ; i am afraid it looks horrible You cannot use C# code directly in an MFC (or other C++ ...Answered | 9 Replies | 6429 Views | Created by kobosh - Tuesday, September 10, 2013 6:43 PM | Last reply by davewilk - Thursday, September 12, 2013 2:41 AM -
1 Votes
Send Email Through Gmail In C#
So, I just request you all, If anybody can help me by sending me the full code for this problem including all the namespace used in that code.Answered | 5 Replies | 7023 Views | Created by rt.garg1991 - Wednesday, February 16, 2011 1:28 PM | Last reply by ryguy72 - Sunday, January 22, 2012 11:26 PM -
4 Votes
send email attachment
Hi htmlforums, Please find the link below for complete understanding on sending email using ...Answered | 5 Replies | 4094 Views | Created by htmlforums - Friday, February 11, 2011 2:22 AM | Last reply by Hasibul Haque - Tuesday, February 15, 2011 4:17 AM - Items 1 to 20 of 1582082 Next ›
No announcements