Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: TaskDialog problem Pin
Jassim Rahma14-Nov-09 3:02
Jassim Rahma14-Nov-09 3:02 
GeneralRe: TaskDialog problem Pin
Dave Kreskowiak14-Nov-09 11:01
mveDave Kreskowiak14-Nov-09 11:01 
QuestionWindows 7 preview and white space Pin
SimpleData14-Nov-09 2:24
SimpleData14-Nov-09 2:24 
AnswerRe: Windows 7 preview and white space Pin
Luc Pattyn14-Nov-09 2:54
sitebuilderLuc Pattyn14-Nov-09 2:54 
GeneralRe: Windows 7 preview and white space Pin
SimpleData14-Nov-09 3:18
SimpleData14-Nov-09 3:18 
GeneralRe: Windows 7 preview and white space Pin
Luc Pattyn14-Nov-09 3:22
sitebuilderLuc Pattyn14-Nov-09 3:22 
GeneralRe: Windows 7 preview and white space Pin
SimpleData14-Nov-09 5:20
SimpleData14-Nov-09 5:20 
QuestionPrevent My Email go to bulk Pin
mahdi_h8414-Nov-09 0:28
mahdi_h8414-Nov-09 0:28 
hi,
i want send an email from a windows form, but after sending , my Emails are in bulk Folder as a spam.what can i do for sending my emails to inbox?

MailMessage oMail = new MailMessage("myFromAddress", "myToAddress");
                    oMail.Body = "myText"
                    oMail.Subject = Subject;
                    oMail.BodyEncoding = Encoding.UTF8;
                    SmtpClient oSmtp = new SmtpClient();
                    oSmtp.Host = SmtpServer;
                    oSmtp.UseDefaultCredentials = false;
                    oSmtp.Credentials = new NetworkCredential  ("myMail@XXX.com", "myPass");
                    oSmtp.Send(oMail);


thanks.

3DMeT
AnswerRe: Prevent My Email go to bulk Pin
Dave Kreskowiak14-Nov-09 1:46
mveDave Kreskowiak14-Nov-09 1:46 
GeneralRe: Prevent My Email go to bulk Pin
mahdi_h8414-Nov-09 1:59
mahdi_h8414-Nov-09 1:59 
GeneralRe: Prevent My Email go to bulk Pin
Not Active14-Nov-09 2:13
mentorNot Active14-Nov-09 2:13 
GeneralRe: Prevent My Email go to bulk Pin
Dave Kreskowiak14-Nov-09 10:55
mveDave Kreskowiak14-Nov-09 10:55 
GeneralRe: Prevent My Email go to bulk Pin
mahdi_h8414-Nov-09 18:49
mahdi_h8414-Nov-09 18:49 
GeneralRe: Prevent My Email go to bulk Pin
mahdi_h8414-Nov-09 21:16
mahdi_h8414-Nov-09 21:16 
GeneralRe: Prevent My Email go to bulk Pin
Dave Kreskowiak15-Nov-09 10:48
mveDave Kreskowiak15-Nov-09 10:48 
QuestionUpdating weather using Threading Pin
Etienne_12314-Nov-09 0:28
Etienne_12314-Nov-09 0:28 
AnswerRe: Updating weather using Threading Pin
kstls14-Nov-09 0:48
kstls14-Nov-09 0:48 
GeneralRe: Updating weather using Threading Pin
Etienne_12314-Nov-09 1:38
Etienne_12314-Nov-09 1:38 
AnswerRe: Updating weather using Threading Pin
Luc Pattyn14-Nov-09 2:09
sitebuilderLuc Pattyn14-Nov-09 2:09 
JokeRe: Updating weather using Threading Pin
Mycroft Holmes14-Nov-09 2:21
professionalMycroft Holmes14-Nov-09 2:21 
GeneralRe: Updating weather using Threading Pin
Luc Pattyn14-Nov-09 3:00
sitebuilderLuc Pattyn14-Nov-09 3:00 
AnswerRe: Updating weather using Threading [modified] Pin
Etienne_12314-Nov-09 2:33
Etienne_12314-Nov-09 2:33 
QuestionTypeAhead Pin
sparlay_pk13-Nov-09 22:56
sparlay_pk13-Nov-09 22:56 
AnswerRe: Ignore CrossPost Pin
kstls14-Nov-09 0:39
kstls14-Nov-09 0:39 
GeneralRe: Ignore CrossPost Pin
sparlay_pk14-Nov-09 0:56
sparlay_pk14-Nov-09 0:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.