Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Opening URL in default browser Pin
mariuszpopiolek25-Nov-02 9:26
mariuszpopiolek25-Nov-02 9:26 
GeneralTile childwindow Pin
isCode25-Nov-02 3:06
isCode25-Nov-02 3:06 
GeneralRe: Tile childwindow Pin
Mike Nordell25-Nov-02 11:46
Mike Nordell25-Nov-02 11:46 
GeneralRe: Tile childwindow Pin
Cactus266-Sep-23 4:27
Cactus266-Sep-23 4:27 
GeneralC++.net book Pin
E. Bonizzoni25-Nov-02 2:58
E. Bonizzoni25-Nov-02 2:58 
GeneralRe: C++.net book Pin
Christian Graus25-Nov-02 11:12
protectorChristian Graus25-Nov-02 11:12 
QuestionFixed Button in a listbox (client control)? Pin
Anonymous25-Nov-02 2:27
Anonymous25-Nov-02 2:27 
AnswerRe: Fixed Button in a listbox (client control)? Pin
dabs25-Nov-02 3:53
dabs25-Nov-02 3:53 
GeneralRe: Fixed Button in a listbox (client control)? Pin
Anonymous25-Nov-02 4:29
Anonymous25-Nov-02 4:29 
GeneralCaching and Data Structures Pin
Heath Stewart25-Nov-02 2:25
protectorHeath Stewart25-Nov-02 2:25 
GeneralRe: Caching and Data Structures Pin
Not Active25-Nov-02 2:36
mentorNot Active25-Nov-02 2:36 
GeneralAbout image editing Pin
Chanda.com25-Nov-02 2:23
Chanda.com25-Nov-02 2:23 
GeneralInstaller Modules Pin
Blade[DMS]25-Nov-02 1:53
Blade[DMS]25-Nov-02 1:53 
GeneralAny free zip/unzip library... Pin
Nish Nishant25-Nov-02 0:23
sitebuilderNish Nishant25-Nov-02 0:23 
GeneralRe: Any free zip/unzip library... Pin
Vasudevan Deepak Kumar25-Nov-02 0:45
Vasudevan Deepak Kumar25-Nov-02 0:45 
GeneralRe: Any free zip/unzip library... Pin
Christian Graus25-Nov-02 1:25
protectorChristian Graus25-Nov-02 1:25 
GeneralRe: Any free zip/unzip library... Pin
Gero Gerber25-Nov-02 1:59
Gero Gerber25-Nov-02 1:59 
GeneralRe: Any free zip/unzip library... Pin
Tim Smith25-Nov-02 2:21
Tim Smith25-Nov-02 2:21 
GeneralRe: Any free zip/unzip library... Pin
Tim Smith25-Nov-02 2:21
Tim Smith25-Nov-02 2:21 
GeneralRe: Any free zip/unzip library... Pin
Stephane Rodriguez.25-Nov-02 3:04
Stephane Rodriguez.25-Nov-02 3:04 
GeneralSMTP server Pin
viliam25-Nov-02 0:17
viliam25-Nov-02 0:17 
GeneralRe: SMTP server Pin
Vasudevan Deepak Kumar25-Nov-02 0:53
Vasudevan Deepak Kumar25-Nov-02 0:53 
Hi viliam,

Basically, what you need is to contact the MX Server for the domain. From the command prompt you can try and MX Server for a domain from nslookup utility like this:

D:/nslookup

>codeproject.com
Server: my.dns.server.com
Address: 192.168.10.24

Name: codeproject.com
Address: 207.219.70.31

>set type=MX
Server: my.dns.server.com
Address: 192.168.10.24

codeproject.com MX preference = 1000, mail exchanger = mail.codeproject.com
mail.codeproject.com internet address = 207.219.70.3

Those words that come after > are typed by us and server responds with the message from the next line till the next > which is the nslookup utility prompt.

Reply me, if you want DNS Class SourceCode, which I would zip and send you.

Deepak Kumar Vasudevan

Deepak Kumar Vasudevan
http://deepak.portland.co.uk/
GeneralRe: SMTP server Pin
viliam25-Nov-02 1:01
viliam25-Nov-02 1:01 
GeneralRe: SMTP server Pin
Daniel Turini25-Nov-02 1:16
Daniel Turini25-Nov-02 1:16 
GeneralRe: SMTP server Pin
Vasudevan Deepak Kumar25-Nov-02 1:24
Vasudevan Deepak Kumar25-Nov-02 1: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.