Click here to Skip to main content
16,006,535 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can we get ImageFormat of an image ? Pin
Manas Bhardwaj11-Sep-08 4:38
professionalManas Bhardwaj11-Sep-08 4:38 
GeneralRe: How can we get ImageFormat of an image ? Pin
Mohammad Dayyan11-Sep-08 4:59
Mohammad Dayyan11-Sep-08 4:59 
GeneralRe: How can we get ImageFormat of an image ? [modified] Pin
Ennis Ray Lynch, Jr.11-Sep-08 5:12
Ennis Ray Lynch, Jr.11-Sep-08 5:12 
GeneralRe: How can we get ImageFormat of an image ? Pin
Manas Bhardwaj11-Sep-08 22:19
professionalManas Bhardwaj11-Sep-08 22:19 
Generallmao Pin
Ennis Ray Lynch, Jr.11-Sep-08 23:05
Ennis Ray Lynch, Jr.11-Sep-08 23:05 
AnswerRe: How can we get ImageFormat of an image ? Pin
led mike11-Sep-08 4:39
led mike11-Sep-08 4:39 
GeneralRe: How can we get ImageFormat of an image ? Pin
Mohammad Dayyan11-Sep-08 4:48
Mohammad Dayyan11-Sep-08 4:48 
QuestionSmtpClient.Send Pin
Dewald11-Sep-08 4:25
Dewald11-Sep-08 4:25 
Hi all, just a couple of questions relating to SmtpClient and the Send() method.

According to MSDN the method blocks until the e-mail is transmitted. I don't really have a need (at least not now) to send e-mails asynchronously so for my purposes this is fine. But what exactly does it mean if the "e-mail is transmitted"? Does that mean I can relax in the knowledge that the recipient will receive his e-mail the next time he connects to his mail server or am I simply guaranteed that my SMTP server received my command and passed it on without problems?

In other words, if the function returns without throwing an exception, is that a guarantee that the recipient will receive the message or can something still go wrong after that point which will only be caught if I send the message asynchronously and implement a callback when it's delivered successfully?

Finally, if someone would be so kind as to illustrate to me how you would wrap your SmtpClient.Send() method with exception handling so as to ensure that an e-mail is sent or the failure is reported properly I would appreciate it very much. Don't worry about illustrating how to set up the SmtpClient, I know how to do that.
AnswerRe: SmtpClient.Send Pin
Manas Bhardwaj11-Sep-08 4:42
professionalManas Bhardwaj11-Sep-08 4:42 
QuestionWindows setup application Pin
Stephen Lintott11-Sep-08 3:05
Stephen Lintott11-Sep-08 3:05 
AnswerRe: Windows setup application Pin
led mike11-Sep-08 4:43
led mike11-Sep-08 4:43 
GeneralRe: Windows setup application Pin
Stephen Lintott11-Sep-08 21:43
Stephen Lintott11-Sep-08 21:43 
Question[Message Deleted] Pin
avrajesh11-Sep-08 2:35
avrajesh11-Sep-08 2:35 
AnswerRe: imagemap in c# Pin
Ennis Ray Lynch, Jr.11-Sep-08 3:07
Ennis Ray Lynch, Jr.11-Sep-08 3:07 
GeneralRe: imagemap in c# Pin
avrajesh11-Sep-08 3:12
avrajesh11-Sep-08 3:12 
GeneralRe: imagemap in c# Pin
Ennis Ray Lynch, Jr.11-Sep-08 3:14
Ennis Ray Lynch, Jr.11-Sep-08 3:14 
GeneralRe: imagemap in c# Pin
#realJSOP11-Sep-08 3:58
professional#realJSOP11-Sep-08 3:58 
GeneralRe: imagemap in c# Pin
Paul Conrad11-Sep-08 6:23
professionalPaul Conrad11-Sep-08 6:23 
AnswerRe: imagemap in c# Pin
DaveyM6911-Sep-08 3:23
professionalDaveyM6911-Sep-08 3:23 
Questionlist of printers on remote machine Pin
arkiboys11-Sep-08 2:27
arkiboys11-Sep-08 2:27 
AnswerRe: list of printers on remote machine Pin
DaveyM6911-Sep-08 3:18
professionalDaveyM6911-Sep-08 3:18 
QuestionDataGridView and ContextMenuStrip Pin
paas11-Sep-08 2:23
paas11-Sep-08 2:23 
AnswerRe: DataGridView and ContextMenuStrip Pin
dan!sh 11-Sep-08 2:53
professional dan!sh 11-Sep-08 2:53 
GeneralRe: DataGridView and ContextMenuStrip Pin
paas11-Sep-08 3:17
paas11-Sep-08 3:17 
QuestionWSDL parser Pin
George_George11-Sep-08 2:22
George_George11-Sep-08 2:22 

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.