Click here to Skip to main content
15,922,155 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Producing xml file from schema Pin
Christian Graus5-Apr-05 20:26
protectorChristian Graus5-Apr-05 20:26 
GeneralRe: Producing xml file from schema Pin
nitin_ion5-Apr-05 20:29
nitin_ion5-Apr-05 20:29 
GeneralProblem with databound combobox Pin
kutz95-Apr-05 12:50
kutz95-Apr-05 12:50 
QuestionHow to use "Joins" in Crystal Reports. Pin
eshban2845-Apr-05 12:13
eshban2845-Apr-05 12:13 
AnswerRe: How to use "Joins" in Crystal Reports. Pin
vertig07308-Apr-05 4:05
vertig07308-Apr-05 4:05 
GeneralExchange using VB.NET Pin
Ryan McCauley5-Apr-05 11:26
Ryan McCauley5-Apr-05 11:26 
GeneralRe: Exchange using VB.NET Pin
Anonymous5-Apr-05 11:42
Anonymous5-Apr-05 11:42 
GeneralRe: Exchange using VB.NET Pin
Ryan McCauley5-Apr-05 12:01
Ryan McCauley5-Apr-05 12:01 
Thanks for the quick response, but this was the method I was using before, and it is stopped in its tracks by the new virus scanner.I get the following error message:

---> System.Runtime.InteropServices.COMException (0x80040213): The transport failed to connect to the server.

This method appears to use port 25 to connect to the mail server, and so doesn't avoid my problem. In order to bypass the virus scanner, I'm going to need to connect to the Exchange server another way. Can I use the Exchange functionality, or is there some way that I can use IMAP to send mail without a 3rd-party tool?

BTW - the code that's used in that knowledgebase article appears to be incorrect - It displays lines to the console with only the "0" instead of the actual error. The correct syntax to display the detailed error information from your example would be:

Console.WriteLine("{0}", ehttp.Message)
Console.WriteLine("Here is the full error message")
Console.Write("{0}", ehttp.ToString())
GeneralRe: Exchange using VB.NET Pin
Anonymous5-Apr-05 17:39
Anonymous5-Apr-05 17:39 
GeneralVB6 supported until 2008 Pin
David Crow5-Apr-05 11:22
David Crow5-Apr-05 11:22 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 13:03
protectorChristian Graus5-Apr-05 13:03 
GeneralRe: VB6 supported until 2008 Pin
Dave Kreskowiak5-Apr-05 16:41
mveDave Kreskowiak5-Apr-05 16:41 
GeneralRe: VB6 supported until 2008 Pin
David Crow5-Apr-05 16:41
David Crow5-Apr-05 16:41 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 16:45
protectorChristian Graus5-Apr-05 16:45 
GeneralRe: VB6 supported until 2008 Pin
Mitch F.5-Apr-05 19:26
Mitch F.5-Apr-05 19:26 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 19:43
protectorChristian Graus5-Apr-05 19:43 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham5-Apr-05 19:58
rwestgraham5-Apr-05 19:58 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 20:03
protectorChristian Graus5-Apr-05 20:03 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham5-Apr-05 22:21
rwestgraham5-Apr-05 22:21 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus6-Apr-05 13:15
protectorChristian Graus6-Apr-05 13:15 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham6-Apr-05 14:19
rwestgraham6-Apr-05 14:19 
GeneralRe: VB6 supported until 2008 [edit] Pin
Mitch F.6-Apr-05 7:21
Mitch F.6-Apr-05 7:21 
GeneralClearing the Values in Combo Box Pin
Anonymous5-Apr-05 10:53
Anonymous5-Apr-05 10:53 
GeneralNeed Help Pin
Anonymous5-Apr-05 5:51
Anonymous5-Apr-05 5:51 
GeneralRe: Need Help Pin
Dave Kreskowiak5-Apr-05 6:23
mveDave Kreskowiak5-Apr-05 6:23 

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.