Click here to Skip to main content
16,014,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: Another regex Pin
eggie528-Jul-05 6:35
eggie528-Jul-05 6:35 
GeneralRe: Another regex Pin
Christian Graus28-Jul-05 15:20
protectorChristian Graus28-Jul-05 15:20 
GeneralRe: Another regex Pin
eggie529-Jul-05 6:59
eggie529-Jul-05 6:59 
GeneralRe: Another regex Pin
eggie529-Jul-05 7:07
eggie529-Jul-05 7:07 
GeneralRe: Another regex Pin
Christian Graus31-Jul-05 13:20
protectorChristian Graus31-Jul-05 13:20 
GeneralBeep on selected node event Pin
WetRivrRat27-Jul-05 11:55
WetRivrRat27-Jul-05 11:55 
GeneralRe: Beep on selected node event Pin
[Marc]27-Jul-05 12:14
[Marc]27-Jul-05 12:14 
GeneralCarriage Return for Outlook Pin
samoore27-Jul-05 11:40
samoore27-Jul-05 11:40 
I have tried to use a Session Variable and a string that is going to be the body of a outlook email. I want to product line spaces in the body of the email. I have used the \n but it is not causing a new line, it is just adding a space.

Wanted to know if there is a way to cause a new line in outlook. My code is below:

string comment = "NEW INFORMATION " + txtComment.Text + "\n" + "\n" + "LOG INFORMATION " + txtLog.Text;

Thank You

Scott Moore
GeneralRe: Carriage Return for Outlook Pin
Matt Gerrans27-Jul-05 12:50
Matt Gerrans27-Jul-05 12:50 
GeneralRe: Carriage Return for Outlook Pin
samoore28-Jul-05 3:53
samoore28-Jul-05 3:53 
GeneralRe: Carriage Return for Outlook Pin
Anonymous27-Jul-05 13:07
Anonymous27-Jul-05 13:07 
GeneralRe: Carriage Return for Outlook Pin
samoore28-Jul-05 3:55
samoore28-Jul-05 3:55 
GeneralThe current index in the foreach Pin
cazzz27-Jul-05 10:32
cazzz27-Jul-05 10:32 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 10:49
jan larsen27-Jul-05 10:49 
GeneralRe: The current index in the foreach Pin
cazzz27-Jul-05 11:01
cazzz27-Jul-05 11:01 
GeneralRe: The current index in the foreach Pin
Judah Gabriel Himango27-Jul-05 11:10
sponsorJudah Gabriel Himango27-Jul-05 11:10 
GeneralRe: The current index in the foreach Pin
Matt Gerrans27-Jul-05 12:55
Matt Gerrans27-Jul-05 12:55 
GeneralRe: The current index in the foreach Pin
Judah Gabriel Himango27-Jul-05 13:49
sponsorJudah Gabriel Himango27-Jul-05 13:49 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 20:57
jan larsen27-Jul-05 20:57 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 11:13
jan larsen27-Jul-05 11:13 
GeneralRe: The current index in the foreach Pin
Libor Tinka27-Jul-05 11:44
Libor Tinka27-Jul-05 11:44 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 20:38
jan larsen27-Jul-05 20:38 
GeneralRe: The current index in the foreach Pin
Patric_J28-Jul-05 4:47
Patric_J28-Jul-05 4:47 
GeneralRe: The current index in the foreach Pin
jan larsen28-Jul-05 8:02
jan larsen28-Jul-05 8:02 
Generaltextbox processed by enter key Pin
Anonymous27-Jul-05 10:20
Anonymous27-Jul-05 10:20 

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.