Consulting

Results 1 to 3 of 3

Thread: Toggle Conversation View programatically

  1. #1
    VBAX Newbie
    Joined
    Apr 2018
    Posts
    5
    Location

    Toggle Conversation View programatically

    I'd like to toggle conversation view in Outlook 365 programatically. The closest I can find is Application.ActiveExplorer.CommandBars.ExecuteMso("ShowInConversations"), but that prompts the user with "this folder" or "all mailboxes" -- I'd like it to be immediate without any user prompt. Is this possible?

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,060
    Location
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    VBAX Newbie
    Joined
    Apr 2018
    Posts
    5
    Location
    I'm trying to do it with VBA code, not the user interface. Application.ActiveExplorer.CommandBars.ExecuteMso("ShowInConversations") is close, but I'm trying to skip the user prompt so it can happen automatically.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •