Ask a questionAsk a question
 

QuestionIExchangeManageStore feature

  • Saturday, November 07, 2009 12:32 PMVasili Kozlov Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I need help with IExchangeManageStore. Can somebody describe using method GetRights(...) of this interface.
    I have tried any entryid of user and mailbox and recieved error SyncInvalidParams

All Replies

  • Wednesday, November 11, 2009 8:50 PMDeVa [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Have you tried with standalone exchange mailbox or Cross-forest?
    DeVa, M.S., {MSFT}
  • Tuesday, November 17, 2009 4:23 PMVasili Kozlov Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    How i found the function GetRights has the following signature
    GetRights(ENTRYID UserEntryID, ENTRYID EntryID, out int Rights);

    the first param (PR_USER_ENTRYID) is read from private IMsgStore.
    for the second param i used PR_USER_ENTRYID of other user or PR_ENTRYID of other user's IMsgStore.

    it always returns the error SyncInvalideParam.
  • Tuesday, November 17, 2009 4:31 PMVasili Kozlov Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Have you tried with standalone exchange mailbox or Cross-forest?
    DeVa, M.S., {MSFT}

    How i found the function GetRights has the following signature
    GetRights(ENTRYID UserEntryID, ENTRYID EntryID, out int Rights);

    the first param (PR_USER_ENTRYID) is read from private IMsgStore.
    for the second param i used PR_USER_ENTRYID of other user or PR_ENTRYID of other user's IMsgStore.

    it always returns the error SyncInvalideParam.