Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralRe: Free Memory Question: ApplicationContext holds Form Pin
Martin#12-Jun-07 23:01
Martin#12-Jun-07 23:01 
GeneralRe: Free Memory Question: ApplicationContext holds Form Pin
Martin#13-Jun-07 0:00
Martin#13-Jun-07 0:00 
QuestionOpen XML file in a browser Pin
immu512-Jun-07 21:12
immu512-Jun-07 21:12 
AnswerRe: Open XML file in a browser Pin
Sylvester george12-Jun-07 21:24
Sylvester george12-Jun-07 21:24 
AnswerRe: Open XML file in a browser Pin
Giorgi Dalakishvili12-Jun-07 21:24
mentorGiorgi Dalakishvili12-Jun-07 21:24 
AnswerRe: Open XML file in a browser Pin
Vikram A Punathambekar12-Jun-07 21:30
Vikram A Punathambekar12-Jun-07 21:30 
QuestionHow to send e-mail from a C# application through user's outlook ID with standard message and file attachment. Pin
softwareitprofessional12-Jun-07 20:54
softwareitprofessional12-Jun-07 20:54 
AnswerRe: How to send e-mail from a C# application through user's outlook ID with standard message and file attachment. [modified] Pin
ekynox12-Jun-07 22:30
ekynox12-Jun-07 22:30 
you should look at the system.net.mail namespace it will pretty much do what you are after. If you look up on MSDN there are a tonne of examples.
http://msdn2.microsoft.com/en-us/library/system.net.mail.aspx

That should be a good start, otherwise google is your friend.


-- modified at 5:00 Wednesday 13th June, 2007
edit: didnt realise you wanted to do it through Outlook. Then you got use the Outlook object model, the outlook interop dll, thats pretty easy. If you have access to the book Visual Studio Tools for Office, it provides some sample code.
try
http://msdn2.microsoft.com/en-us/library/ms268893(VS.80).aspx

Questiontooltip on cell of data grid Pin
treah12-Jun-07 20:50
treah12-Jun-07 20:50 
AnswerRe: tooltip on cell of data grid Pin
Mali Perica13-Jun-07 0:04
Mali Perica13-Jun-07 0:04 
QuestionUninstallation option in VS Deployment project Pin
satsumatable12-Jun-07 20:16
satsumatable12-Jun-07 20:16 
QuestionXAML and binding problem Pin
Super Lloyd12-Jun-07 19:54
Super Lloyd12-Jun-07 19:54 
QuestionHow to set framework version when creating new website? Pin
NanaAM12-Jun-07 19:54
NanaAM12-Jun-07 19:54 
AnswerRe: How to set framework version when creating new website? Pin
Sylvester george12-Jun-07 20:07
Sylvester george12-Jun-07 20:07 
QuestionIEEE 754 Converter Pin
JF201512-Jun-07 19:48
JF201512-Jun-07 19:48 
AnswerRe: IEEE 754 Converter Pin
blackjack215012-Jun-07 20:47
blackjack215012-Jun-07 20:47 
GeneralRe: IEEE 754 Converter Pin
CPallini12-Jun-07 21:15
mveCPallini12-Jun-07 21:15 
AnswerRe: IEEE 754 Converter Pin
Guffa12-Jun-07 21:04
Guffa12-Jun-07 21:04 
GeneralRe: IEEE 754 Converter Pin
JF201512-Jun-07 21:34
JF201512-Jun-07 21:34 
AnswerRe: IEEE 754 Converter Pin
CPallini12-Jun-07 21:26
mveCPallini12-Jun-07 21:26 
GeneralRe: IEEE 754 Converter Pin
JF201512-Jun-07 21:42
JF201512-Jun-07 21:42 
AnswerRe: IEEE 754 Converter Pin
Vikram A Punathambekar12-Jun-07 21:33
Vikram A Punathambekar12-Jun-07 21:33 
GeneralRe: IEEE 754 Converter Pin
CPallini12-Jun-07 22:17
mveCPallini12-Jun-07 22:17 
GeneralRe: IEEE 754 Converter Pin
Vikram A Punathambekar13-Jun-07 2:30
Vikram A Punathambekar13-Jun-07 2:30 
Questionhow to receive the return value in C# from the stored procedure Pin
Mujz.........12-Jun-07 19:21
Mujz.........12-Jun-07 19:21 

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.