Hello All,
Here is the scenario
I am using Slide project to access MS-Exchange Server mails.
In MS Exchange Server API, the mails will be created with their subjects.If the mail
subject is
Test#10 for an example it creates Test#10.eml object in ms exchange server.
if i use the following procedure to create the mail object, url is not building
properly and i am
getting the wrong out put
url = new org.apache.commons.httpclient.HttpURL(username, password,
hostname, port, strPath);
for an example if this is the URL
http://comp62/exchange/Administrator/Inbox/Test%20#123.EML
and passed to the HttpURL , output object i am getting is
http://comp62/exchange/Administrator/Inbox/Test%20 which is not the correct one. So i
am not able
to download the mails from ms exchange server because of this problem. Is this the bug
in slide?
or do i need to use any other procedure to build the object.
Thanks
Sudhakar
=====
"No one can earn a million dollars honestly."- William Jennings Bryan (1860-1925)
"Make everything as simple as possible, but not simpler."- Albert Einstein (1879-1955)
"It is dangerous to be sincere unless you are also stupid."- George Bernard Shaw
(1856-1950)
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]