G
Gawel
Hajo,
I am searching solution for this proble over 2 days.
I need to be able to create mailboxes on exchange server
that is in domain. I need to do it outside of domain.
What is more I can create user outside domain but I can not
create mailbox. Below code throws following exception:
The server is not operational.
IMailboxStore mailBox = (IMailboxStore)user.NativeObject;
mailBox.CreateMailbox(..); <- exception
thanks in adcenve for any help
Gawel
I am searching solution for this proble over 2 days.
I need to be able to create mailboxes on exchange server
that is in domain. I need to do it outside of domain.
What is more I can create user outside domain but I can not
create mailbox. Below code throws following exception:
The server is not operational.
IMailboxStore mailBox = (IMailboxStore)user.NativeObject;
mailBox.CreateMailbox(..); <- exception
thanks in adcenve for any help
Gawel