PDC maintains Domain user accounts
and exchange server 5.5 manages Mail boxees
cdo 1.21
I wanna make a program which can access the mail boxes of other domain
users with their domain id/password
The user who runs this program, and other users are all belonged to
the same domain
is it possible to write such a application?
I tried to make it as followes
Logon ProfileName:="serverName" vbLf & "mailAlias"
but it makes error message ( CdoE_FAILONEPROVIDER) when it tries to
logon with other domain user's id/password
anybody who solved this problem?
Archived from group: microsoft>public>exchange>applications