Click here to Skip to main content
15,868,098 members
Home / Discussions / C#
   

C#

 
GeneralRe: work with webBrowser properties? Pin
Adam R Harris14-Jul-09 10:51
Adam R Harris14-Jul-09 10:51 
GeneralRe: work with webBrowser properties? Pin
mr.mohsen14-Jul-09 20:19
mr.mohsen14-Jul-09 20:19 
GeneralRe: work with webBrowser properties? Pin
Adam R Harris14-Jul-09 20:28
Adam R Harris14-Jul-09 20:28 
QuestionRegEx not finding matches ... but it should Pin
Adam R Harris14-Jul-09 9:46
Adam R Harris14-Jul-09 9:46 
AnswerRe: RegEx not finding matches ... but it should Pin
dan!sh 14-Jul-09 19:53
professional dan!sh 14-Jul-09 19:53 
GeneralRe: RegEx not finding matches ... but it should Pin
Adam R Harris14-Jul-09 19:59
Adam R Harris14-Jul-09 19:59 
GeneralRe: RegEx not finding matches ... but it should Pin
dan!sh 14-Jul-09 22:30
professional dan!sh 14-Jul-09 22:30 
GeneralRe: RegEx not finding matches ... but it should Pin
Adam R Harris15-Jul-09 7:36
Adam R Harris15-Jul-09 7:36 
Hello D@nish,

First of all i would like to thank both you and Riced.

I have found the solution to my problem and its still kinda strange.

There was actually two problems;

  1. for some strange reason I cant declare my RegEx string using a literal (using @ when assiging the string) if the literal spans multiple lines, for some reason this is messing with my RegEx.
    Which is why i guess in your example its working.
  2. the emails are being retrieved from Exchange via WebDAV and for some strange reason line breaks are only coming back as '\n' not '\r\n' like they should. So if I do a .Replace("\n","\r\n") on the body everything works fine.
    I guess this wasnt a problem for your in your example because the email body was assigned as a literal and therefore had the "proper" line breaks (\r\n)


Thanks again for your help guys, i never would have found this without your help.

If at first you don't succeed ... post it on The Code Project and Pray.

GeneralRe: RegEx not finding matches ... but it should Pin
dan!sh 15-Jul-09 8:25
professional dan!sh 15-Jul-09 8:25 
GeneralRe: RegEx not finding matches ... but it should Pin
Gideon Engelberth16-Jul-09 4:25
Gideon Engelberth16-Jul-09 4:25 
AnswerRe: RegEx not finding matches ... but it should Pin
riced14-Jul-09 21:15
riced14-Jul-09 21:15 
GeneralRe: RegEx not finding matches ... but it should Pin
Adam R Harris14-Jul-09 21:54
Adam R Harris14-Jul-09 21:54 
GeneralRe: RegEx not finding matches ... but it should Pin
riced14-Jul-09 22:10
riced14-Jul-09 22:10 
GeneralRe: RegEx not finding matches ... but it should Pin
Adam R Harris15-Jul-09 7:24
Adam R Harris15-Jul-09 7:24 
Questioni need an editor control for windows application(C#), do u have? or any idea... Pin
mr.mohsen14-Jul-09 9:31
mr.mohsen14-Jul-09 9:31 
AnswerRe: i need an editor control for windows application(C#), do u have? or any idea... Pin
Rajdeep.NET14-Jul-09 9:39
Rajdeep.NET14-Jul-09 9:39 
AnswerRe: i need an editor control for windows application(C#), do u have? or any idea... Pin
Adam R Harris14-Jul-09 9:53
Adam R Harris14-Jul-09 9:53 
GeneralRe: i need an editor control for windows application(C#), do u have? or any idea... Pin
mr.mohsen14-Jul-09 10:02
mr.mohsen14-Jul-09 10:02 
GeneralRe: i need an editor control for windows application(C#), do u have? or any idea... Pin
Adam R Harris14-Jul-09 10:24
Adam R Harris14-Jul-09 10:24 
GeneralRe: i need an editor control for windows application(C#), do u have? or any idea... Pin
mr.mohsen14-Jul-09 10:36
mr.mohsen14-Jul-09 10:36 
QuestionI have a question Pin
Rajdeep.NET14-Jul-09 8:38
Rajdeep.NET14-Jul-09 8:38 
AnswerRe: I have a question PinPopular
WebMaster14-Jul-09 8:49
WebMaster14-Jul-09 8:49 
GeneralRe: I have a question Pin
Rajdeep.NET14-Jul-09 9:32
Rajdeep.NET14-Jul-09 9:32 
AnswerRe: I have a question Pin
Not Active14-Jul-09 11:05
mentorNot Active14-Jul-09 11:05 
GeneralRe: I have a question Pin
0x3c014-Jul-09 20:32
0x3c014-Jul-09 20:32 

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.