Click here to Skip to main content
15,887,333 members
Home / Discussions / C#
   

C#

 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 4:05
haiaw30-May-06 4:05 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
Dan Neely30-May-06 4:26
Dan Neely30-May-06 4:26 
GeneralRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 9:28
haiaw30-May-06 9:28 
QuestionHow to set focus on the form. Pin
analytiks30-May-06 2:09
analytiks30-May-06 2:09 
AnswerRe: How to set focus on the form. Pin
MCSD-Gandalf30-May-06 3:01
MCSD-Gandalf30-May-06 3:01 
QuestionHow to Clear tabpage text created by graphic object Pin
printscreen1234530-May-06 1:46
printscreen1234530-May-06 1:46 
AnswerRe: How to Clear tabpage text created by graphic object Pin
stancrm30-May-06 6:36
stancrm30-May-06 6:36 
QuestionCheck mail using rpc over http protocol in c# [modified] Pin
uhs30-May-06 1:33
uhs30-May-06 1:33 
Well I was searching some information on RPC over HTTP programming in C#. I found many website that describe how to configure outlook 2003 for RPC over HTTP.

Well what is my requirement is I want to receive a mail of specific mailbox using RPC over HTTP from Exchange server programmatically in c#.

i.e. GetMail (username, password, server name);

I have credential of mailbox. By using this how can I make a request to check mail (mail related operation) (don’t know which format) to Exchange server (RPC proxy server)?

For example if I want to use POP3 protocol I will do following steps
Create tcp/ip socket and connect to server on port 110.
Using socket. send() method I will pass command following command
USER <usename>
PASS <password>
LIST –list all msg no
RETR <msgno> -display message
QUIT –logout
Here I know
• How to connect and which port is for POP protocol.
• How to send command
• Functionality of each command
• Response and the format of response


In same manner I am trying to understand about RPC-HTTP protocol. I think there should be some web service on exchange server that provide interface to login and to do mail related operation. I am not sure .

• How to send request (consume any webserviece or create httpwebrequest object o)
• Where to send request (which port 80 ,143 or 6001…)
• Under which format needs to send request
• What will be the response
• Format of the response (that enable how to parse the response)
• List of request command


How to go about this? I am stuck here.
Any help on this would be great to me.



UHS

-- modified at 10:32 Tuesday 30th May, 2006
QuestionHow to send "'" to javascript from c# [modified] Pin
Rukmini T30-May-06 1:12
Rukmini T30-May-06 1:12 
AnswerRe: How to send special charecters to javascript from c# Pin
leppie30-May-06 1:17
leppie30-May-06 1:17 
Questionvirtual size of textbox form Pin
Christian Pothmann30-May-06 0:37
Christian Pothmann30-May-06 0:37 
AnswerRe: virtual size of textbox form Pin
leppie30-May-06 1:16
leppie30-May-06 1:16 
GeneralRe: virtual size of textbox form Pin
Christian Pothmann30-May-06 1:58
Christian Pothmann30-May-06 1:58 
Questionc# environment component or dll Pin
isiran30-May-06 0:37
isiran30-May-06 0:37 
QuestionAutomatic Commands and Some Other Stuff Pin
suguimoto30-May-06 0:07
suguimoto30-May-06 0:07 
Questionweb browser and Images in win application? Pin
Nafiseh Salmani29-May-06 23:49
Nafiseh Salmani29-May-06 23:49 
AnswerRe: web browser and Images in win application? Pin
Dr.Grimy8-Jun-06 0:19
Dr.Grimy8-Jun-06 0:19 
Questiona question about tabpages ? Pin
cmpeng3429-May-06 23:28
cmpeng3429-May-06 23:28 
AnswerRe: a question about tabpages ? Pin
stancrm29-May-06 23:33
stancrm29-May-06 23:33 
AnswerRe: a question about tabpages ? Pin
leppie30-May-06 1:14
leppie30-May-06 1:14 
QuestionWebbrowser + XML Pin
hung_ngole29-May-06 23:07
hung_ngole29-May-06 23:07 
QuestionSuggestion Needed for Encryption Pin
engsrini29-May-06 23:04
engsrini29-May-06 23:04 
AnswerRe: Suggestion Needed for Encryption Pin
stancrm29-May-06 23:10
stancrm29-May-06 23:10 
AnswerRe: Suggestion Needed for Encryption Pin
Darren_29-May-06 23:31
Darren_29-May-06 23:31 
QuestionProblem With DLL Reference Pin
dinesanp@gmail.com29-May-06 22:55
dinesanp@gmail.com29-May-06 22:55 

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.