Unable to Open Inbox sub folders of other users Using OWA

I have a mailbox in which I have granted the permission to access another mailbox's items.
The exact command I used is:
Add-MailboxPermission –identity <Identity of mailbox to be accessed> –User domain\groupname –AccessRights ReadPermission –Inheritancetype All
When I go to OWA and open another mailbox, it only gives me the inbox. The rest of the items unders inbox are not visible. How can i make it visible?
The version is Exchange 2010 SP1.

Hi,
In order to achieve your goal, you need to grant the user full access permission to another user's mailbox. With Full Access permission, the user can open and read the contents of the mailbox.
I have a test in my lab. Run the following cmdlet to grant user1 full access to user2's mailbox.
Add-MailboxPermission "user2" -User "user1" -AccessRights FullAccess
Hope my clarification is helpful.
Best regards,
Amy
Amy Wang
TechNet Community Support

Similar Messages

  • Unable to view Inbox sub-folders in Mail on OSX Mavericks

    Hello,
    I'm working with two Exchange accounts that have the same problem.  Both accounts have sub-folders underneath the Inbox folder.  After upgrading to OSX Mavericks, the sub-folders are no longer visible within Mail. If I go on the web and mark a mail in one of these sub-folders as unread, the unread count on the Inbox increases, however the mail along with the subfolder it is in, are still not visible.  Additionally, if I right-click on the Inbox folder and choose "Get Account Info", and switch to "Messages on Server", I can see the sub-folders listed there, the number of messages in it, and the size of the folder. If I click on the folder within this window and choose "Show Messages" it opens a new, blank, Mail window.
    Does anyone have any ideas about how to get these folders to show again?  I tried rebuilding to Inbox to no avail.  I am trying to find a solution that doesn't involve recreating the account in Mail, if possible, as some of the mailboxes I have to deal with are extremely large, and to re-download them all from the Exchange server would take a very long time.
    Thanks in advance to anyone who might be able to help.

    realNOSfentor wrote:
    Hi all
    Same here!
    The folders still show up on my iPad and iPhone AND i can still move emails into the folders. So in the context of "move email" all the folders show up. But as above, no email folders in the main menu of Mail. I am using an Exchange server too and already setup everything fresh from the start but it did not solve the problem. Looks like nobody tested upgrading an existing Exchange/Apple Mail setup to Mavericks...maybe because Exchange is to exotic. ;-)
    Hope this gets fixed soon and I hope it raises some new ideas in terms of QA!
    Regards
    NOS
    Edit: Typo
    Message was edited by: realNOSfentor
    Mail seems to know it's there, as you described, but for some reason just doesn't display it.  Honestly, it seems like someone just made an oversight and forgot to put the little arrow in to let us expand folders that have sub-folders.

  • Unable to view outlook sub folders on my iPad

    THe content of my outlook sub folders have disappeared from my ipad.  I can view them on  outlook.com and also on my main pc but unable to retrieve them on my ipad.  Any ideas on how to view them please?

    realNOSfentor wrote:
    Hi all
    Same here!
    The folders still show up on my iPad and iPhone AND i can still move emails into the folders. So in the context of "move email" all the folders show up. But as above, no email folders in the main menu of Mail. I am using an Exchange server too and already setup everything fresh from the start but it did not solve the problem. Looks like nobody tested upgrading an existing Exchange/Apple Mail setup to Mavericks...maybe because Exchange is to exotic. ;-)
    Hope this gets fixed soon and I hope it raises some new ideas in terms of QA!
    Regards
    NOS
    Edit: Typo
    Message was edited by: realNOSfentor
    Mail seems to know it's there, as you described, but for some reason just doesn't display it.  Honestly, it seems like someone just made an oversight and forgot to put the little arrow in to let us expand folders that have sub-folders.

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • Unable to open in pdf files in ipad 3 using adobe reader 10.2 but able to do so in ipad 2 using adob

    Unable to open in pdf files in ipad 3 using adobe reader 10.2 but able to do so in ipad 2 using  adobe reader x 10.1 .

    Can you please share the file you are trying to open with us at [email protected]? Also, can you please confirm that you've updated the Adobe Reader on your iPad 3 to the latest version using iTunes or the AppStore app?

  • Unable to open PDF files from Fileserver Content Source using Browser

    The situation is this :
    A content source was created to search a fileserver
    Search facility finds the files using the browser
    Able to open MS Office files from the fileserver
    Able to open PDF files that are in the Sharepoint Portal
    Unable to open PDF files from the Fileserver
    Currently using Sharepoint 2010. PDF Filter is installed and configured on the Sharepoint Server
    Your assistance is always greatly appreciated.
    Have a great day.
    NRH

    Hello Nate,
    I have the necessary access to the folder.
    The content source addresses are
    \\172.25.136.53\KDrive\Home\Company\DAILYREP
    \\172.25.136.53\KDrive\Home\Company\TRINMAR
    \\172.25.136.53\KDrive\Process Safety Management
    NRH

  • Create folders for other users

    I have a process that automatically generates folders based on events in the database using Advanced Queues. This process will work if I am creating folders for the user I am currently connected as.
    What I can't seem to do is use the system admin account to create folders in other users home folders. I get insufficient privilege errors when I use findPublicObject to return the users home directory. This seems to happen because the users home folder has a private ACL, it works if I make the home folder public but I don't really want to do that.
    Does anyone have a solution for this?

    Sure, here are two suggestions.
    1. If you want to create the folders in response to the AQ messages, and you want to do so independently of your application's normal security policies, you can use the system admin user to perform the operations, as long as you enable administration mode. Use LibrarySession.setAdministrationMode(true) to do this. Security will be bypassed until you turn this mode off.
    2. If you want to make the changes within the concept of your application security model, then modify the model so that your system admin user has access to everything that it needs to be able to update or delete. You can do this by modifying the ACLs on the objects in question.

  • Setting OOF for other users using EWS

    Hello everyone,
    I try to set the OOF for other users using EWS in an Exchange 2010 SP2 environment.
    I use this code:
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);
    service.Credentials = new NetworkCredential("username", "password", "domain");
    service.TraceEnabled = true;
    service.TraceFlags = TraceFlags.All;
    service.AutodiscoverUrl("[email protected]");
    OofSettings OOFSettings = new OofSettings();
    OOFSettings.ExternalAudience = OofExternalAudience.All;
    OOFSettings.ExternalReply = "Test";
    OOFSettings.State = OofState.Enabled;
    service.SetUserOofSettings("[email protected]", OOFSettings);
    The account I use is a Service Account our Exchange Team set up. I can see all service properties, so I would assume that the connection to the ExchangeService works fine.
    However when SetUserOofSettings executes, I receive a ServiceResponseException “Connection did not succeed. Try again later”.
    What am I missing? Unfortunately, the error message does not provide any helpful informations.
    Thank you and best regards
    Julian

    >The account I use is a Service Account our Exchange Team set up. I can see all service properties, so I would assume that the connection to the ExchangeService works fine.
     What rights have they given the account, giving an Account Exchange Admin permissions won't give you any rights to access the Mailbox content. For this to work the account you using would need to be either have been granted Full Access via Add-MailboxPermission
    or been given Application Impersonation rights (if its the later you need to make sure you use impersonation in your code).
     I would suggestion you try using the EWSEditor
    http://ewseditor.codeplex.com/ to test this out eg try connecting to the users folders and then try the OOF operation via the EWSEditor option to see if this works.
     Other things to check is if this is a Brand new mailbox that has never been connected to before then the Mailbox folders won't be initialized (you can check this using Get-Mailboxstatistics) and you would get an error trying to perform any of
    the EWS operations. If it works on some users and not others the possibly your getting throttled.
    Cheers
    Glen

  • How to assign Tasks to other users using Exchange Web Service.

    How to assign Tasks to other users using Exchange Web Service.
    Any workaround also would help

    Hi Glen,
    I am trying to use ExtendedPropertyType and put in UpdaterItemType as in this code as below. Although it is not updating the Owner
    field.
    I have tried it both by Propertyname and PropertyID. Although new custom property's canbe
    added but to change an existing one like 'Owner' ? Would this be the right method.
    2. And Is ProprertyID a fixed value as 0x811f or does it need to be calculated.
    3. Is 'Owner' the right propertname for assigning a task ?
    Thanks a lot.
    Please see code below for reference.
     PathToExtendedFieldType pathExtended = new PathToExtendedFieldType();
                //pathExtended.DistinguishedPropertySetId = DistinguishedPropertySetType.PublicStrings;
                pathExtended.DistinguishedPropertySetId = DistinguishedPropertySetType.Task;
                pathExtended.DistinguishedPropertySetIdSpecified = true;
                pathExtended.PropertyId = 0x811f;
                pathExtended.PropertyIdSpecified = true;
                //pathExtended.PropertyName = "Owner";
                pathExtended.PropertyType = MapiPropertyTypeType.String;
                ciSetAT.ExtendedProperty = new ExtendedPropertyType[1];
                ciSetAT.ExtendedProperty[0] = new ExtendedPropertyType();
                ciSetAT.ExtendedProperty[0].ExtendedFieldURI = pathExtended;
                ciSetAT.ExtendedProperty[0].Item = "[email protected]";
                SetItemFieldType set1 = new SetItemFieldType();
                set1.Item = pathExtended;
                set1.Item1 = ciSetAT;
                UpdateItemType request = new UpdateItemType();
                request.ItemChanges = new ItemChangeType[1] { new ItemChangeType() };
                request.ItemChanges[0].Item = itemId;
                request.ItemChanges[0].Updates = new ItemChangeDescriptionType[2];
                request.ItemChanges[0].Updates[0] = setstart;
                request.ItemChanges[0].Updates[1] = set1;

  • Folder disappears when you try to open certain sub-folders

    When double clicking certain sub-folders, the main folder disappears and returns to the desktop. I repaired permissions with Disk Utility and it had no effect. Also verified the disk and it was okay.
    I also am getting an "Unable to read file" message on an Excel file that I had no problem opening a couple of months ago. Don't know if this is related or not.
    iMac 2 Ghz Intel Core Duo   Mac OS X (10.4.9)  

    Hi Daniel,
    This issue is a fairly common occurrence, and reasons of the problems are variously. We can narrow the reasons down as much as possible.
    Please refer to this article, I think the methods of this article are more specific.
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2012/05/14/the-definitive-locked-file-post.aspx
    And try these solutions step by step. Above all, you should
     pay attention to the third solution ” Turn off the Preview Pane, Details Pane and pop ups that show information about file and desktop items”, make sure you have unchecked “Show pop-up description for folder and desktop items”.
    If you finish all of methods from this article, the problem still exists. Checking the permissions of users.
    For instance, the permission of user 1 is only read and he opens the [shared] file, the document creates a temporary file in the same directory as the original file. Thus the document gets a temporary lock file. When other users open the [shared]
    file again, they get the error message “file in use”.
    If you want to verify the reason of permission, checking the temporary file. This is a hidden file and it will be the same name as your document, but prefixed with a ~$ symbols.
    The easiest way out is to delete the temporary file, but this not a long-term solution. Checking the permissions of users is radically.
    Trying these solutions and let me know if they work. I am glad to help and forward to your reply.
    Best Regards,
    Emi

  • Exchange Inbox Sub-folders?

    I have rules that move mail into sub-folders under my inbox, it would seem that these messages are not included in the message badge as new. Does this mean I am going to have to delete all of my rules and sort them manually? This isn't really going to work for me. I hope there is a workaround.

    Well, after reading all the hype and studying all the literature on the web about how the I-phone will integrate seamlessly into enterprise solutions and use active sync by Microsoft to facilitate email from exchange along with Calendar and Contacts, much to my disappointment the I-phone does not synchronise email except for the Inbox, active sync does not work. This is a total disgrace given the marketing hype that Apple has put forth particularly on it’s website about it being the ultimate business solution for enterprise. This is nothing short of misleading deceptive conduct that people like me who have tossed away their Windows 6 phones for an apple phone on the hype based in the media only to find it just doesn’t work.
    I think it is totally outrageous that Apple purport that this machine will do all this with active sync and it clearly does not plus it is impossible to manage significant email traffic just through the inbox, we all have subfolders to manage our mail (what the **** were Apple thinking?) I would suggest that we will get together on this and deliver a very strong message to Apple that it’s not ok and they’re to fix active sync immediately.

  • Unable to open Inbox, sent, and draft messages

    plz i just discoverd a new problem in my e63. It doesnt open 'inbox', 'sent' & 'draft' messages anymore. Any suggestion on what to do. Thanks!
    Moderator Note:
    *Subject title has been edited.
    wizzy

    Have you many messages in the phone?
    if so try connecting to ovi suite and see if you can remove.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Having trouble uploading sub folders to Sharepoint online using PowerShell

    Hi there,
    I have been attempting to upload folders and files to a document library on Sharepoint Online. I can upload the top-level folder and the files in that folder but when i comes to the sub folders i get this message: 
    New-Object : Exception calling ".ctor" with "2" argument(s): "Access to the path 
    'C:\FilePath\TestFolder\TestFolder1' is denied."
    At C:\FilePath\ImportFiles_Test1.ps1:54 char:29
    +               $FileStream = New-Object IO.FileStream($File.FullName,[System.IO.F ...
    +                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [New-Object], MethodInvocationException
        + FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
    I'm running as an Administrator so I have full access to the folders
    here's my code so far
    #Specify tenant admin and site URL
    $User = "[email protected]"
    $SiteURL = "https://company.sharepoint.com/sites/TestSite"
    $Folder = "C:\Users\user\Documents\SharepointTestFolder"
    $DocLibName = "Admin"
    #Add references to SharePoint client assemblies and authenticate to Office 365 site - required for CSOM
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
    $Password = Read-Host -Prompt "Please enter your password" -AsSecureString
    #Bind to site collection
    $Context = New-Object Microsoft.SharePoint.Client.ClientContext($SiteURL)
    $Creds = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($User,$Password)
    $Context.Credentials = $Creds
    #Retrieve list
    $List = $Context.Web.Lists.GetByTitle($DocLibName)
    $Context.Load($List)
    $Context.ExecuteQuery()
    Function ImportFiles()
    #Get name of folder
    $NewFolder = Split-Path $Folder -Leaf
    #upload folder to sharepoint
    $UploadFolder = $List.RootFolder.Folders.Add($NewFolder) #this may not upload folders within folders.
    $Context.Load($UploadFolder)
    $Context.ExecuteQuery()
    $FilesInFolder = Get-ChildItem $Folder | ? {$_.PsIsContainer -eq $False}
    #Loop Through Folder
    Foreach ($File in (dir $Folder))
    #If file
    If($File)
    #Upload file to Sharepoint
    $FileStream = New-Object IO.FileStream($File.FullName,[System.IO.FileMode]::Open)
    $FileCreationInfo = New-Object Microsoft.SharePoint.Client.FileCreationInformation
    $FileCreationInfo.Overwrite = $true
    $FileCreationInfo.ContentStream = $FileStream
    $FileCreationInfo.URL = $File
    $Upload = $UploadFolder.Files.Add($FileCreationInfo)
    $Context.Load($Upload)
    $Context.ExecuteQuery()
    Else
    recurse ImportFiles
    ImportFiles
    If anyone could help me I'd be so grateful!!
    Thanks!!
    Dearbhla Bradley

    The exception is pretty clear. for some reason the script is not able to open the folder TestFolder1 on the local hard drive.
    I noticed in the script you have specified the $Folder variable to be "C:\Users\user\Documents\SharepointTestFolder" while the exception is for "C:\FilePath\TestFolder\TestFolder1"
    Will you please help me understand this difference?
    Also, sorry I'm not familiar with the "recurse" calling method. I'm suspecting you're telling it to call the ImportFiles() function again, though if this is the case it looks to me that it's reusing the same $Folder variable that was defined at the start,
    rather than using the folder object you have just identified.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Why am I unable to open or delete files from hotmail while using firefox browser

    I am unable to open or delete emails in my Hotmail Inbox or Junk files while using Mozilla Firefox browser but if I use IE I can open with no problem

    See https://bugzilla.mozilla.org/show_bug.cgi?id=665140
    This works in newer versions of Firefox, but some users of 3.6.23 are having issues.

  • Can't sync email sub-folders with iPhone 4 using iOS 5?

    I can sync most everything from my laptop using Outlook except the subfolders in my email.  It will sync email but I have a number of sub-folders to organize my email that will not sync with iPhone.  Any ideas?

    So far this seems to have fixed it. For some reason when upgrading to iOS5 it has changed some settings in mail. Now if you send any .mac or .me emails using apple.com no problem. But other services such as optonline.net for example things changed. By checking the smtp settings, there should be a couple, this seemed to fix it, however once I did that all the email in the folder disappeared and said it could not download email without a password, yes the password now disappeared. I put it back in and so far it works sending and receiving on the ipad 2. I am going to try on the ipad1 and iphone 4...............

Maybe you are looking for