mailmessage
Change colour of emails being sent
In Outlook if you go to... Tools > Organise > Using开发者_C百科 Colors (Tab) ...you can change the colour in your inbox of emails that meet conditions (sent from, sent to etc).[详细]
2023-04-05 13:39 分类:问答System.Net.Mail and MailMessage not Sending Messages Immediately
When I sent a mail using System.Net.Mail, it seems that the messages do not send immediately. They take a minute or two before reaching my inbox. Once I quit the application, all of the messages are r[详细]
2023-04-05 02:08 分类:问答sending mails using MailMessage class - Limitations OF BCC and CC counts?
i have a list (1,000,000 emails addresses) of my customers and i want to se开发者_如何学JAVAnd them an specific email (all of those emails are the same) using MailMessage calss.[详细]
2023-04-02 20:27 分类:问答Resolving 'The specified string is not in the form required for a subject.'
I have a class that sends an Email (MailMessage) b开发者_JAVA技巧ut I get the following error: \"The specified string is not in the form required for a subject.\"[详细]
2023-04-01 18:00 分类:问答Code analysis complains I'm not disposing objects. What is wrong here?
Consider this code private MailMessage GetMailMessageFromMailItem(Data.SystemX.MailItem mailItem) { var msg = new MailMessage();[详细]
2023-03-29 02:50 分类:问答MVCMailer SendAsync and deleting attachments
I\'m having trouble getting MVCMailer to delete attachments after sending an email asynchronously. I can\'t figure out what to do to dispose of the message to free up processes attached to the messag[详细]
2023-03-27 07:06 分类:问答Line breaks ignored when sending mail as plain text
I have a text like \" Hi, \\r\\n this is test \\r\\n Thanks\" I am sending the mail using MailMessage class. I have set the \"IsBodyHtml\" property to false. The issue is that I am receiving mails wit[详细]
2023-03-20 05:32 分类:问答C# MailMessage AlternateViews displaying HTML tags
I am using MailMessage in C# to send out a HTML email. The code I am using is as follows MailMessage msg = new MailMessage();[详细]
2023-03-11 03:20 分类:问答C# sending email code suddenly stopped working
i have the following code that has worked fine for months but suddently stopped working on this line:[详细]
2023-03-04 07:20 分类:问答MailMessage Attachment filename with accents
I\'m trying to send HTML e-mails with attached Excel filenames. It all worked well until I neded to send messages w开发者_StackOverflowhose attachment name contains accented letters :-( Every workarou[详细]
2023-02-17 19:58 分类:问答