Click here to Skip to main content
15,885,870 members
Home / Discussions / C#
   

C#

 
QuestionEmgu Cv 2.4.9 CV.Invoke Error Pin
Smlkrmn13-Dec-13 15:42
Smlkrmn13-Dec-13 15:42 
QuestionCreate power point(ppt) from c# and add image to it Pin
delphix513-Dec-13 3:28
delphix513-Dec-13 3:28 
AnswerRe: Create power point(ppt) from c# and add image to it Pin
Richard MacCutchan13-Dec-13 3:53
mveRichard MacCutchan13-Dec-13 3:53 
AnswerRe: Create power point(ppt) from c# and add image to it Pin
Glen Childs20-Dec-13 2:40
Glen Childs20-Dec-13 2:40 
Generalscript code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
nass ahmad13-Dec-13 1:30
nass ahmad13-Dec-13 1:30 
GeneralRe: script code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
Simon_Whale13-Dec-13 1:46
Simon_Whale13-Dec-13 1:46 
GeneralRe: script code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
Dave Kreskowiak13-Dec-13 4:06
mveDave Kreskowiak13-Dec-13 4:06 
QuestionI am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Member 1033787912-Dec-13 22:39
Member 1033787912-Dec-13 22:39 
This is my code. Please help.

string from = "myemail@myexchangeserver.com";
string to = "recipient@email.com";

ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP1);//error here
service.AutodiscoverUrl(from);

EmailMessage message = new EmailMessage(service);// Error here
message.Subject = "Email Subject";
message.Body = richTextBox1.Text;
message.ToRecipients.Add(to);
message.Save();

message.SendAndSaveCopy();
QuestionRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Richard MacCutchan12-Dec-13 23:01
mveRichard MacCutchan12-Dec-13 23:01 
AnswerRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Member 1033787912-Dec-13 23:05
Member 1033787912-Dec-13 23:05 
GeneralRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Marco Bertschi12-Dec-13 23:08
protectorMarco Bertschi12-Dec-13 23:08 
GeneralRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Richard MacCutchan12-Dec-13 23:14
mveRichard MacCutchan12-Dec-13 23:14 
AnswerRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Richard Deeming13-Dec-13 1:30
mveRichard Deeming13-Dec-13 1:30 
Questionc# dot net Pin
Janakiraman Subramanian12-Dec-13 20:44
professionalJanakiraman Subramanian12-Dec-13 20:44 
QuestionRe: c# dot net Pin
Richard MacCutchan12-Dec-13 21:24
mveRichard MacCutchan12-Dec-13 21:24 
AnswerRe: c# dot net Pin
Janakiraman Subramanian13-Dec-13 21:42
professionalJanakiraman Subramanian13-Dec-13 21:42 
GeneralRe: c# dot net Pin
Richard MacCutchan13-Dec-13 22:28
mveRichard MacCutchan13-Dec-13 22:28 
QuestionHow Change Mouse Cursor for all windows c# Pin
delphix512-Dec-13 20:36
delphix512-Dec-13 20:36 
AnswerRe: How Change Mouse Cursor for all windows c# Pin
Marco Bertschi12-Dec-13 22:22
protectorMarco Bertschi12-Dec-13 22:22 
AnswerRe: How Change Mouse Cursor for all windows c# Pin
lijizhe12-Dec-13 23:06
lijizhe12-Dec-13 23:06 
AnswerRe: How Change Mouse Cursor for all windows c# Pin
Dave Kreskowiak13-Dec-13 4:02
mveDave Kreskowiak13-Dec-13 4:02 
QuestionAn unhandled exception of type 'System.NullReferenceException' occurred Pin
Member 1037988612-Dec-13 10:45
Member 1037988612-Dec-13 10:45 
AnswerRe: An unhandled exception of type 'System.NullReferenceException' occurred Pin
Marco Bertschi12-Dec-13 10:51
protectorMarco Bertschi12-Dec-13 10:51 
AnswerRe: An unhandled exception of type 'System.NullReferenceException' occurred Pin
BillWoodruff12-Dec-13 19:35
professionalBillWoodruff12-Dec-13 19:35 
AnswerRe: An unhandled exception of type 'System.NullReferenceException' occurred Pin
WuRunZhe12-Dec-13 20:24
WuRunZhe12-Dec-13 20:24 

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.