Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is namespace in C#.net windows application? Pin
Wayne Phipps20-Apr-07 8:54
Wayne Phipps20-Apr-07 8:54 
AnswerRe: what is namespace in C#.net windows application? Pin
Vega0220-Apr-07 8:55
Vega0220-Apr-07 8:55 
AnswerRe: what is namespace in C#.net windows application? Pin
Aaron VanWieren20-Apr-07 9:12
Aaron VanWieren20-Apr-07 9:12 
Questionhow to correct this code of C#.net windows form? Pin
sathyan_829420-Apr-07 8:15
sathyan_829420-Apr-07 8:15 
AnswerRe: how to correct this code of C#.net windows form? Pin
Wayne Phipps20-Apr-07 8:22
Wayne Phipps20-Apr-07 8:22 
AnswerRe: how to correct this code of C#.net windows form? Pin
Keshav V. Kamat22-Apr-07 23:06
Keshav V. Kamat22-Apr-07 23:06 
QuestionSend a Mail via Exchange Server Pin
spotl20-Apr-07 8:12
spotl20-Apr-07 8:12 
AnswerRe: Send a Mail via Exchange Server Pin
Corinna John20-Apr-07 10:15
Corinna John20-Apr-07 10:15 
There are several interfaes you can use to connect to an Exchange server:
- WebDAV
- Outlook automation
- MAPI / CDO 1.21
- CDOEx / ADO
- the .NET-Classes in System.Web.Mail

WebDAV is easy to implement and seems to be very reliable. You can find a lot of example code with the Google newsgroups search.
Outlook or MAPI require Outlook to be installed and configured on every local machine.
CDOEx works only on the machine that runs an Exchange server and hosts the mailbox profile you want to use.
System.Web.Mail requires a cdosys.dll which is usually (but not always) installed together wich Outlook.

I recommend you get some sample code for WebDAV. System.Web.Mail or Outlook automation may be easier to implement, but they depend on additional client software on the local machine. WebDAV uses only HTTP, so it will work on every machine.


____________________________________
There is no proof for this sentence.

AnswerRe: Send a Mail via Exchange Server Pin
Rakheesh Chalil21-Apr-07 17:22
Rakheesh Chalil21-Apr-07 17:22 
AnswerRe: Send a Mail via Exchange Server Pin
spotl22-Apr-07 9:21
spotl22-Apr-07 9:21 
QuestionHELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 8:12
Ibuprofen20-Apr-07 8:12 
AnswerRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 8:49
Ibuprofen20-Apr-07 8:49 
AnswerRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Guffa20-Apr-07 9:09
Guffa20-Apr-07 9:09 
GeneralRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 9:14
Ibuprofen20-Apr-07 9:14 
GeneralRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 9:15
Ibuprofen20-Apr-07 9:15 
AnswerRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Guffa20-Apr-07 9:41
Guffa20-Apr-07 9:41 
AnswerRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Guffa20-Apr-07 9:48
Guffa20-Apr-07 9:48 
GeneralRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 9:54
Ibuprofen20-Apr-07 9:54 
GeneralRe: HELP!!!!!!! ASP.NET C# code behind pop up. Pin
Ibuprofen20-Apr-07 10:41
Ibuprofen20-Apr-07 10:41 
QuestionHow to get the class description Pin
engsrini20-Apr-07 7:59
engsrini20-Apr-07 7:59 
Questionreading from scanner Pin
haseeb_saeed20-Apr-07 7:52
haseeb_saeed20-Apr-07 7:52 
AnswerRe: reading from scanner Pin
Thomas Stockwell20-Apr-07 15:15
professionalThomas Stockwell20-Apr-07 15:15 
GeneralRe: reading from scanner Pin
haseeb_saeed20-Apr-07 22:06
haseeb_saeed20-Apr-07 22:06 
GeneralRe: reading from scanner Pin
Thomas Stockwell21-Apr-07 3:07
professionalThomas Stockwell21-Apr-07 3:07 
Questionbitmaps and com interop Pin
arcticbrew20-Apr-07 7:39
arcticbrew20-Apr-07 7:39 

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.