Hi,
I have a sample code to fetch mailboxes from exchange server using
MAPI. I am creating MAPI profiles using servername, and mailbox-name
as parameters. This is working fine for standalone exchange servers.
But for EVS (Exchange Virtual Server in case of Exchange Cluster
Application) I am facing some trouble.
I have 2 EVS ( EVSexch1 and EVSexch2 ) configured in 3 node host
cluster. I created 2 profiles.
profile 1: with "EVSexch1 as servername" and "user1 as mailbox
configured in EVSexch1"
profile 2: with "EVSexch2 as servername" and "user2 as mailbox
configured in EVSexch2"
but when I run my code I am getting only mailboxes configured on
EVSexch1 server for both the profiles.
I repeated the same steps for one more cluster setup where in profile1
is fetching all mailboxes from EVSexch1 and EVSexch2 also!!! same case
with profile 2 !!! In my view the expected behavious should be to get
only those mailboxes which corresponds to that perticular profile(per
server).
Can any one tell me what might be going wrong here? Am I missing
something here or do I need to create profiles mentioning some other
parameters? Let me know if anyone want to have a look at the code so
that i can attach it here.
Please share your views as I am stuck here
Regards,
Shivaraj
Archived from group: microsoft>public>exchange>applications