[E2010] [EWS Java API 1.1][JAVA] - Getting the folder from EWS has ManagedFolderInfomation as null.

Unanswered [E2010] [EWS Java API 1.1][JAVA] - Getting the folder from EWS has ManagedFolderInfomation as null.

  • Wednesday, February 02, 2011 9:14 AM
     
      Has Code

    Hi All,

    I am trying to get information about the Folder. But once I bind and retrieve the information about the folder, the ManagedFolderInformation is coming null.

        ExchangeService service = TestUtils.getExchangeService();
        Folder folder = Folder.bind( service, WellKnownFolderName.Inbox );
        System.out.println( folder.getDisplayName() );
        ManagedFolderInformation managedFolderInformation = folder.getManagedFolderInformation();
        System.out.println( managedFolderInformation.getComment() );

    Here the managedFolderInformation is coming as null.

     

    Is there any way to get the ManagedFolderInformation as well.

    Regards,

    Paul

     

All Replies

  • Tuesday, November 29, 2011 2:13 PM
     
     

    Hi,

    ManagedFolderInformation will be null for normal folders. ManagedFolderInformation will be available only for ManagedFolders.

    Is that correct?

  • Monday, January 23, 2012 3:52 AM
     
     

    I read "Inbox", "Sent Items" etc. are default managed folders. But I am getting null as the value for them also. Am I doing something wrong? Please let me know.

     

    Thanks,

    Paul

  • Monday, February 27, 2012 7:13 AM
     
     

    Hi,

    This is a blocking issue for me. Any help would be great.

    Thanks,

    Paul

  • Sunday, May 27, 2012 7:46 PM
     
     

    Hi Paul,

    did you find a solution for this problem?

    Best regards,

    Thomas