Hi
Following is the error that i am getting
Collaboration Data Objects error '000004f7'
[Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]]
/default2.asp, line 29
Following is the code that i have used
<%
dim x
%>
<% set x = server.createobject("Mapi.Session")
response.write ("hello world after session/")
%>
user = "miki"
strpro = "dd" & vblf & User
response.write (strpro)
x.logon "","",true,false,-1,true,strpro
%>
Notes:
1. Miki is a user in the active directory with a mail box and this user is
working fine with Microsoft Outlook, means i can send and receive mails
using this user on exchange server
2. in the string "dd" , dd is the machine name in the network.
let me know if i am doing something wrong.