Need to Disable Pop Up "Some recipients don't have access to links in your message" in Outlook

Sakthi-31397 1 Reputation point
2021-06-24T16:24:06.387+00:00

Hi,

When I create mail with SharePoint links in body, Outlook is trying to check whether all recipients has access to the link or not.

109074-mypicture.png

I would like to suppress this pop up through VBA. Any suggestions will be appreciated.

Please refer to the attachment.

Regards,
Sakthi

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.
4,871 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Sakthi-31397 1 Reputation point
    2021-06-24T16:41:44.837+00:00

    Hi @Alexander ,

    Greetings, Kindly suggest if you have any solution for handling the above pop up.

    Thanks & Regards,
    Sakthi

    0 comments No comments

  2. ChristyZhang-MSFT 20,706 Reputation points Microsoft Vendor
    2021-06-25T10:32:15.843+00:00

    Hi @Sakthi-31397 ,

    As I know, there's a function in outlook as shown in the below picture which can't be turned off.
    109259-3.png

    Does your recipient include people who don’t have access to the links? If so, will the pop-up appear if only the email containing this link is sent to the people who have access to it?

    Through my research, considering the impact of sharing permission of SharePoint links, if you are using a personal account, it is recommended that you check the sharing permission of SharePoint links. If you are a member of an organization, it is suggested that you could contact your administrator and research the shared permissions to see if the permissions of links can be modified. For more information, please refer to:
    Manage sharing settings
    Change the default link type for a site

    And I noticed that you want to get some suggestions about VBA, please kindly understand that the Outlook tag here we mainly focus on general issues about Outlook desktop client and know little about VBA. In order to better solve your problem, it is suggested that you could add "office-vba-dev" tag for your post. Thanks for your understanding!


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.


  3. Ericko Ruly 1 Reputation point
    2021-09-16T03:36:54.483+00:00

    hi guys,

    instead of using .send please use :
    Application.SendKeys "%s"
    Application.SendKeys "s"

    this works for me