User with 2 mailboxes can only send files with one but not the other, when sending e-mails with attached files.

Josef Mouri 20 Reputation points
2023-04-04T14:17:48.9433333+00:00

Hello, I have a very strange issue.

One of my users has two mailboxes, both are not shared mailboxes, both are normal mailboxes, and the issue is that this user can only send e-mails with attached files with one of them but not the other, when she sends e-mail with attached files on her other e-mail, it simply goes to the Draft folder and stays there, she can send normal e-mails just fine with the "other" mailbox, but not with attached files.

And this is with the desktop application, again, sending attached files works with E-mail A, but not with E-mail B, so I can't possibly see this could be a issue with an Add-in? If it is an Add-in issue, shouldn't the problem hit both her mailboxes?

It's not a size issue either, she's set to be able to send E-mails as large as 35MB, she can't even send files less than 1MB, and it is all kinds of files with any extension.

User has full access to this Mailbox. So to make that clear, the user is not logged in to this other mailbox, but has it added as she has full access to it, I don't know if that makes any difference, but thought I would add this info too.

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
4,502 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
6,074 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,942 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2023-04-05T05:27:04.0766667+00:00

    Hi @Josef Mouri ,

    User has full access to this Mailbox. So to make that clear, the user is not logged in to this other mailbox, but has it added as she has full access to it

    Is the mailbox (E-mail B) added automatically via automapping? If this is the case, I'd recommend trying to remove automapping of the mailbox, then add E-mail B as a secondary mailbox in the user's Outlook and check the result.

    1. Run the command below to remove full access and then add it back with AutoMapping disabled:
       Remove-MailboxPermission -Identity <E-mail B> -User <E-mail A> -AccessRights FullAccess
       
       Add-MailboxPermission -Identity <E-mail B> -User <E-mail A> -AccessRights FullAccess -AutoMapping $false
       
    
    1. Add E-mail B as an additional account in Outlook. Go to File > Add Account, type the email address of E-mail B, press the Connect button. When you are prompted to enter the credentials, input the account and password of E-mail A to pass the authentication. Detailed steps you can refer to How to add a shared mailbox as additional account in Outlook .
      (Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.)

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.