Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
AnswerRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
AspDotNetDev10-Mar-10 12:47
protectorAspDotNetDev10-Mar-10 12:47 
GeneralRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard10-Mar-10 20:31
blackblizzard10-Mar-10 20:31 
GeneralRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
AspDotNetDev10-Mar-10 20:50
protectorAspDotNetDev10-Mar-10 20:50 
GeneralRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard10-Mar-10 21:10
blackblizzard10-Mar-10 21:10 
GeneralRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
AspDotNetDev10-Mar-10 21:55
protectorAspDotNetDev10-Mar-10 21:55 
GeneralRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard10-Mar-10 22:00
blackblizzard10-Mar-10 22:00 
QuestionSending email and keeping a copy on the server Pin
eyalbi0079-Mar-10 22:53
eyalbi0079-Mar-10 22:53 
AnswerRe: Sending email and keeping a copy on the server Pin
Gerrit44410-Mar-10 0:07
Gerrit44410-Mar-10 0:07 
Hi !
This depends on your mail-server.
At our mail system I installed a seperate mail address and use
the BCC to send an extra copy to this address.

> System.Net.Mail.MailMessage mail = new System.Net.Mail.MailMessage()
> string mail_bcc_address = "dummy@myfirm.de";
> mail.CC.Add(new MailAddress(mail_bcc_address));

Best regards,
Gerrit
AnswerRe: Sending email and keeping a copy on the server Pin
DX Roster10-Mar-10 0:24
DX Roster10-Mar-10 0:24 
GeneralRe: Sending email and keeping a copy on the server Pin
Saksida Bojan10-Mar-10 5:42
Saksida Bojan10-Mar-10 5:42 
GeneralRe: Sending email and keeping a copy on the server Pin
eyalbi00714-Mar-10 0:18
eyalbi00714-Mar-10 0:18 
GeneralRe: Sending email and keeping a copy on the server Pin
Saksida Bojan14-Mar-10 2:04
Saksida Bojan14-Mar-10 2:04 
Questionaudio sound suite for .net crack Pin
Fatemi9-Mar-10 22:43
Fatemi9-Mar-10 22:43 
GeneralRe: audio sound suite for .net crack Pin
harold aptroot9-Mar-10 23:14
harold aptroot9-Mar-10 23:14 
GeneralRe: audio sound suite for .net crack Pin
Fatemi9-Mar-10 23:33
Fatemi9-Mar-10 23:33 
GeneralRe: audio sound suite for .net crack Pin
harold aptroot9-Mar-10 23:43
harold aptroot9-Mar-10 23:43 
GeneralRe: audio sound suite for .net crack Pin
The Man from U.N.C.L.E.9-Mar-10 23:47
The Man from U.N.C.L.E.9-Mar-10 23:47 
GeneralRe: audio sound suite for .net crack Pin
harold aptroot10-Mar-10 0:06
harold aptroot10-Mar-10 0:06 
GeneralRe: audio sound suite for .net crack Pin
#realJSOP10-Mar-10 1:44
professional#realJSOP10-Mar-10 1:44 
GeneralRe: audio sound suite for .net crack Pin
harold aptroot10-Mar-10 2:08
harold aptroot10-Mar-10 2:08 
GeneralRe: audio sound suite for .net crack PinPopular
OriginalGriff9-Mar-10 23:47
mveOriginalGriff9-Mar-10 23:47 
GeneralRe: audio sound suite for .net crack Pin
Covean9-Mar-10 23:49
Covean9-Mar-10 23:49 
GeneralRe: audio sound suite for .net crack Pin
The Man from U.N.C.L.E.9-Mar-10 23:53
The Man from U.N.C.L.E.9-Mar-10 23:53 
GeneralRe: audio sound suite for .net crack Pin
harold aptroot10-Mar-10 0:09
harold aptroot10-Mar-10 0:09 
GeneralRe: audio sound suite for .net crack Pin
Pete O'Hanlon10-Mar-10 1:00
mvePete O'Hanlon10-Mar-10 1:00 

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.