Outlook 2016 - Gesendete Nachrichten in der Konversationsliste auf der linken Seite anzeigen

22

Ich verwende die Konversationsansicht, um die Themen zu verfolgen, aber es ist verwirrend, meine eigenen Antworten nicht in der Liste zu sehen. Gibt es eine Möglichkeit, meine Antworten standardmäßig anzuzeigen?

Ich kann meine Antworten sehen, wenn ich auf einen Thread und dann auf die Conversationpfeilförmige Schaltfläche klicke. Aber ich möchte, dass meine Antworten standardmäßig in der Themenliste links angezeigt werden.

TechnoCore
quelle

Antworten:

14

Ich habe das gleiche Problem in Outlook 2011 für Mac. Ich denke diese Konfiguration ist nicht möglich.

Wie in den folgenden Links aus der MS-Dokumentation gezeigt, scheint die Option für die Windows-Version vorhanden zu sein , ist jedoch in der Mac OS X-Version nicht verfügbar . Wie Sie angedeutet haben, werden (Ihre eigenen) gesendeten Nachrichten im "Lesebereich" angezeigt, jedoch nicht in der Nachrichtenliste gerendert.

Eine Problemumgehung besteht darin, sich automatisch auf alles festzulegen . Aktivieren Sie dies über das Outlook- Menü -> Einstellungen ... -> E-Mail- Bereich -> Verfassen -> Format und Konto- Bereich -> Aktivieren Sie "Beim Senden von Nachrichten automatisch BCC mich." Auf diese Weise wird eine Kopie der von Ihnen gesendeten Nachrichten in Ihren Posteingang verschoben, sodass sie in der Konversationsansicht / im Konversationsfenster gerendert werden. Ich bin nicht sicher, ob dies zu doppelten Nachrichten führt, die im "Lesebereich" für Konversationen angezeigt werden. Ich persönlich bin dazu nicht bereit, aber es sollte / soll funktionieren.

Bis oder außer ...

  • Ich vermisse etwas oder
  • Ich lerne ein ausgefallenes Tastenkürzel oder einen anderen UI-Trick oder
  • Aufgeben meine Überzeugungen und BCC mich auf alles (was nicht richtig machen),

Diese Schnittstelle (und ihre Inkonsistenz) ist unbrauchbar. Zurück zu Apple Mail für mich.

hoc_age
quelle
Siehe meine Antwort unten. Dies funktioniert bei der Verwendung von RAW-Abfragen.
Phyatt
5

Ich habe die Antwort gefunden! Es beinhaltet die Verwendung des AppleScript-Editors, um es zum Laufen zu bringen.

http://joe.blog.freemansoft.com/2016/02/received-and-sent-messages-in-single.html

  • Führen Sie Outlook aus
  • Markieren Sie die Mailbox, die wir einschließen möchten, Posteingang oder Gesendet. Wir möchten die Ordner-ID dieser Mailbox erhalten.
  • Starten Sie eine Mac Spotlight-Suche
  • Geben Sie ~ applesoft ~ AppleScript Editorund Enter ein, um den Applesoft-Editor aufzurufen.
  • Geben Sie Folgendes in den Applescript-Editor ein und führen Sie ihn aus

    on run {}
    tell application "Microsoft Outlook"
    get selected folder
    end tell
    end run
    

Es sollte die Ergebnisse der Ausführung Mail-Ordner-ID 109der Anwendung "Microsoft Outlook" zurückgeben. Führen Sie dasselbe für das andere Postfach aus. Meine Mailbox-Nummern waren 109(Posteingang) und 112(Gesendet)

  • Klicken Sie auf das Suchfeld in der rechten oberen Ecke der Outlook-Ansicht.
  • Dadurch werden die Registerkarte und das Suchband aktiviert
  • Wählen Sie die Registerkarte Suchen
  • Wählen Sie Alle Postfächer "in der Multifunktionsleiste
  • Klicken Sie im Menüband auf die Schaltfläche Erweiterte Suche
  • Wählen Sie Raw Query aus der Dropdown-Liste.
  • Geben Sie die folgende Abfrage, zu ersetzen 109und 112mit den Briefkästen Zahlen oben abgerufen.

    com_microsoft_outlook_folderID == 109 || com_microsoft_outlook_folderID == 112
    
  • Drücken Sie Enter. Der intelligente Ordner sollte mit dem kombinierten Inhalt der beiden Ordner gefüllt sein. Unterhaltungen in diesem kombinierten Ordner "Index / Gesendet" enthalten sowohl eingehende als auch ausgehende Nachrichten.

  • Drücken Sie in der Suchleiste auf Suche speichern und geben Sie den Namen Ihres neuen intelligenten Ordners ein.

Ein weiterer hilfreicher Link war eine Liste aller Raw Query-Schlüssel:

https://gist.github.com/EmilVarona/78ae2aff409922686ebff4cea785aed4

<?xml version="1.0" encoding="UTF-8"?>
<schema version="1.0" xmlns="http://www.apple.com/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd">
  <!--  
    Compiled from /Applications/Microsoft\ Outlook.app/Contents/Library/Spotlight/Microsoft\ Outlook\ Spotlight\ Importer.mdimporter/Contents/Resources/schema.xml
    with info from http://xensoft.com/search-mac-outlook-2011-mail-with-raw-queries/
  -->
      <types>
        <type name="com.microsoft.outlook15.contact">
            <allattrs>
                kMDItemTitle
                kMDItemPhoneNumbers
                kMDItemEmailAddresses
                kMDItemInstantMessageAddresses
                kMDItemContentModificationDate
                com_microsoft_outlook_recordID
                com_microsoft_outlook_folderID
                com_microsoft_outlook_accountID
                kMDItemCity
                kMDItemStateOrProvince
                kMDItemCountry
                com_microsoft_outlook_flag
                com_microsoft_outlook_nickname
                com_microsoft_outlook_company
                com_microsoft_outlook_department
                com_microsoft_outlook_jobTitle
                com_microsoft_outlook_homeURL
                com_microsoft_outlook_workURL
                com_microsoft_outlook_bloodType
                com_microsoft_outlook_spouse
                com_microsoft_outlook_customFld1
                com_microsoft_outlook_customFld2
                com_microsoft_outlook_customFld3
                com_microsoft_outlook_customFld4
                com_microsoft_outlook_customFld5
                com_microsoft_outlook_customFld6
                com_microsoft_outlook_customFld7
                com_microsoft_outlook_customFld8
                com_microsoft_outlook_homeStreet
                com_microsoft_outlook_homeCity
                com_microsoft_outlook_homeState
                com_microsoft_outlook_homeZip
                com_microsoft_outlook_homeCountry
                com_microsoft_outlook_firstName
                com_microsoft_outlook_lastName
                com_microsoft_outlook_suffix
                com_microsoft_outlook_title
                com_microsoft_outlook_notes
                com_microsoft_outlook_workStreet
                com_microsoft_outlook_workCity
                com_microsoft_outlook_workState
                com_microsoft_outlook_workZip
                com_microsoft_outlook_workCountry
                com_microsoft_outlook_otherStreet
                com_microsoft_outlook_otherCity
                com_microsoft_outlook_otherState
                com_microsoft_outlook_otherZip
                com_microsoft_outlook_otherCountry
                com_microsoft_outlook_interests
                com_microsoft_outlook_japanese
                com_microsoft_outlook_birthday
                com_microsoft_outlook_anniversary
                com_microsoft_outlook_customDate1
                com_microsoft_outlook_customDate2
                com_microsoft_outlook_children
                com_microsoft_outlook_furigana_full_name
                com_microsoft_outlook_firstNameFurigana
                com_microsoft_outlook_lastNameFurigana
                com_microsoft_outlook_companyFurigana
                com_microsoft_outlook_spouseFurigana
                com_microsoft_outlook_childrenFurigana
                com_microsoft_outlook_interests
                com_microsoft_outlook_projects
                com_microsoft_outlook_categories
                com_microsoft_outlook_primaryCategory
                com_microsoft_outlook_flagged
                com_microsoft_outlook_isgroup
                com_microsoft_outlook_hasStartDate
                com_microsoft_outlook_startDate
                com_microsoft_outlook_hasDueDate
                kMDItemDueDate
                com_microsoft_outlook_has_reminder
                com_microsoft_outlook_completed
                com_microsoft_outlook_completedDate
            </allattrs>
            <displayattrs>kMDItemTitle
                kMDItemPhoneNumbers
                kMDItemEmailAddresses
                kMDItemInstantMessageAddresses
                kMDItemContentModificationDate
            </displayattrs>
        </type>
        <type name="com.microsoft.outlook15.event">
            <allattrs>com_microsoft_outlook_has_text_content
                kMDItemTextContent
                kMDItemTitle
                com_microsoft_outlook_recordID
                com_microsoft_outlook_folderID
                com_microsoft_outlook_accountID
                kMDItemCoverage
                kMDItemDueDate
                com_microsoft_outlook_hasStartDate
                com_microsoft_outlook_hasDueDate
                com_microsoft_outlook_startDate
                com_microsoft_outlook_endDate
                kMDItemWhereFroms
                kMDItemComment
                com_microsoft_outlook_timeZone
                com_microsoft_outlook_recurrence
                com_microsoft_outlook_recurring
                com_microsoft_outlook_allDay
                com_microsoft_outlook_has_reminder
                com_microsoft_outlook_freeBusy
                com_microsoft_outlook_free_busy_value
                com_microsoft_outlook_parentRecordID
                kMDItemContactKeywords
                kMDItemKeywords
                kMDItemProjects
                com_microsoft_outlook_projects
                com_microsoft_outlook_categories
                com_microsoft_outlook_primaryCategory
                com_microsoft_outlook_attendees
                com_microsoft_outlook_attendee_emails
            </allattrs>
            <displayattrs>kMDItemTitle
                kMDItemCoverage
                kMDItemDueDate
                kMDItemWhereFroms
           </displayattrs>
        </type>
        <type name="com.microsoft.outlook15.message">
            <allattrs>kMDItemTitle
                com_microsoft_outlook_recordID
                kMDItemContentCreationDate
                com_microsoft_outlook_messageSent
                com_microsoft_outlook_messageReceived
                com_microsoft_outlook_priority
                com_microsoft_outlook_flag
                com_microsoft_outlook_unread
                kMDItemContentModificationDate
                kMDItemCoverage
                kMDItemKeywords
                kMDItemProjects
                com_microsoft_outlook_has_text_content
                kMDItemTextContent
                kMDItemAuthors
                kMDItemRecipients
                com_microsoft_outlook_folderID
                com_microsoft_outlook_junkLikelihood
                com_microsoft_outlook_size
                com_microsoft_outlook_newsAccountID
                com_microsoft_outlook_accountID
                com_microsoft_outlook_repliedTo
                com_microsoft_outlook_forwarded
                com_microsoft_outlook_redirected
                com_microsoft_outlook_toRecipients
                com_microsoft_outlook_toEmailAddresses
                com_microsoft_outlook_ccRecipients
                com_microsoft_outlook_ccEmailAddresses
                com_microsoft_outlook_bccRecipients
                com_microsoft_outlook_bccEmailAddresses
                com_microsoft_outlook_attachments
                com_microsoft_outlook_has_attachments
                com_microsoft_outlook_has_mentioned_me
                com_microsoft_outlook_projects
                com_microsoft_outlook_categories
                com_microsoft_outlook_primaryCategory
                com_microsoft_outlook_flagged
                com_microsoft_outlook_author_email_addresses            
                com_microsoft_outlook_recpient_email_addresses
                com_microsoft_outlook_isFromMailingList
                com_microsoft_outlook_hasStartDate
                com_microsoft_outlook_startDate
                com_microsoft_outlook_hasDueDate
                kMDItemDueDate
                com_microsoft_outlook_has_reminder
                com_microsoft_outlook_completed
                com_microsoft_outlook_completedDate
            </allattrs>
            <displayattrs>kMDItemContentCreationDate
                kMDItemAuthors
                kMDItemRecipients
                kMDItemCoverage
                kMDItemContentModificationDate
            </displayattrs>
        </type>
        <type name="com.microsoft.outlook15.note">
            <allattrs>kMDItemTitle
                com_microsoft_outlook_recordID
                kMDItemContentCreationDate
                kMDItemContentModificationDate
                com_microsoft_outlook_has_text_content
                kMDItemTextContent
                kMDItemKeywords
                kMDItemProjects
                com_microsoft_outlook_folderID
                com_microsoft_outlook_accountID
                com_microsoft_outlook_projects
                com_microsoft_outlook_categories
                com_microsoft_outlook_primaryCategory
            </allattrs>
            <displayattrs>kMDItemTitle
                kMDItemContentCreationDate
                kMDItemContentModificationDate
            </displayattrs>
        </type>
        <type name="com.microsoft.outlook15.task">
            <allattrs>com_microsoft_outlook_has_text_content
                kMDItemTextContent
                kMDItemTitle
                com_microsoft_outlook_recordID
                kMDItemContentModificationDate
                kMDItemComment
                com_microsoft_outlook_recurring
                com_microsoft_outlook_recurrence
                com_microsoft_outlook_recurrence_type
                com_microsoft_outlook_priority
                com_microsoft_outlook_folderID
                com_microsoft_outlook_accountID
                kMDItemProjects
                com_microsoft_outlook_projects
                com_microsoft_outlook_categories
                com_microsoft_outlook_primaryCategory
                com_microsoft_outlook_hasStartDate
                com_microsoft_outlook_startDate
                com_microsoft_outlook_hasDueDate
                kMDItemDueDate
                com_microsoft_outlook_has_reminder
                com_microsoft_outlook_completed
                com_microsoft_outlook_completedDate
            </allattrs>
            <displayattrs>kMDItemTitle
                kMDItemDueDate
            </displayattrs>
        </type>
    </types>
</schema>

Hoffentlich hilft das.

Ein weiterer verwandter Link: http://blog.stevex.net/2011/03/outlook-2011-smart-folder-with-raw-query/ Informationen zur mdlAbfragesyntax: https://developer.apple.com/library/archive /documentation/Carbon/Conceptual/SpotlightQuery/Concepts/QueryFormat.html

Wertebeispiele, für die Sie eine unformatierte Abfrage erstellen können.

com_microsoft_outlook_accountID                = 1
com_microsoft_outlook_author_email_addresses   = (
    "*** Email address is removed for privacy ***"
)
com_microsoft_outlook_categories               = (
    98
)
com_microsoft_outlook_completed                = 0
com_microsoft_outlook_flagged                  = 0
com_microsoft_outlook_folderID                 = 108
com_microsoft_outlook_forwarded                = 0
com_microsoft_outlook_has_attachments          = 0
com_microsoft_outlook_has_mentioned_me         = 0
com_microsoft_outlook_has_reminder             = 1
com_microsoft_outlook_has_text_content         = 1
com_microsoft_outlook_hasDueDate               = 0
com_microsoft_outlook_hasStartDate             = 0
com_microsoft_outlook_messageReceived          = 2016-09-01 20:46:56 +0000
com_microsoft_outlook_messageSent              = 2016-09-01 20:46:54 +0000
com_microsoft_outlook_primaryCategory          = 98
com_microsoft_outlook_priority                 = 0
com_microsoft_outlook_recordID                 = 646385
com_microsoft_outlook_recpient_email_addresses = (
    "*** Email address is removed for privacy ***"
)
com_microsoft_outlook_redirected               = 0
com_microsoft_outlook_repliedTo                = 0
com_microsoft_outlook_size                     = 4
com_microsoft_outlook_toEmailAddresses         = (
    "*** Email address is removed for privacy ***"
)
com_microsoft_outlook_toRecipients             = (
    "GUPTA, Sunil"
)
com_microsoft_outlook_unread                   = 1
kMDItemAlternateNames                          = (
    "/Users/i804008/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Messages/143/8F74F504-DF2B-40C7-8AFE-7AF73D95486D.olk15Message"
)
kMDItemAuthors                               = (
    "Wu, Will"
)
kMDItemContentCreationDate                     = 2016-09-01 20:46:56 +0000
kMDItemContentModificationDate                 = 2016-09-01 20:47:02 +0000
kMDItemContentType                             = "com.microsoft.outlook15.message"
kMDItemContentTypeTree                         = (
    "com.microsoft.outlook15.message",
    "public.email-message",
    "public.message",
    "public.data",
    "public.item"
)
kMDItemDateAdded                               = 2016-09-01 20:47:01 +0000
kMDItemDisplayName                             = "aabbccdd"
kMDItemFSContentChangeDate                     = 2016-09-01 20:47:02 +0000
kMDItemFSCreationDate                          = 2016-09-01 20:47:01 +0000
kMDItemFSCreatorCode                           = ""
kMDItemFSFinderFlags                           = 0
kMDItemFSHasCustomIcon                         = (null)
kMDItemFSInvisible                             = 0
kMDItemFSIsExtensionHidden                     = 0
kMDItemFSIsStationery                          = (null)
kMDItemFSLabel                               = 0
kMDItemFSName                               = "8F74F504-DF2B-40C7-8AFE-7AF73D95486D.olk15Message"
kMDItemFSNodeCount                             = (null)
kMDItemFSOwnerGroupID                          = 1694527156
kMDItemFSOwnerUserID                           = 718023034
kMDItemFSSize                               = 4583
kMDItemFSTypeCode                              = ""
kMDItemKind                               = "olk15_message"
kMDItemLastUsedDate                            = 2016-09-01 20:46:56 +0000
kMDItemLogicalSize                             = 4583
kMDItemPhysicalSize                            = 8192
kMDItemRecipients                              = (
    "GUPTA, Sunil"
)
kMDItemTitle                               = "aabbccdd"
kMDItemUseCount                               = 1
kMDItemUsedDates                               = (
    "2016-09-01 04:00:00 +0000"
kMDItemOwnerUserID                    = 718023034
com_microsoft_outlook_accountID        = 1
com_microsoft_outlook_allDay           = 0
phyatt
quelle
Danke, @phyatt! Dies hat in Outlook für Mac 2019 am 10.12. Perfekt funktioniert. Meine gesendeten E-Mails werden schließlich als Teil der Konversation in der Nachrichtenliste angezeigt. Wenn Sie in der Konversationsansicht im Lesebereich auf eine gesendete E-Mail klicken, wird diese nicht mehr in einem neuen Fenster geöffnet.
bjg222
0

Ich hatte das gleiche Problem mit meinem PC, als ich Outlook aktualisiert habe. Ich konnte es beheben, indem ich zu Datei- / Kontoeinstellungen ging und dann das Standard-E-Mail-Konto änderte, neu startete und es dann zurück änderte und neu startete. Alles funktioniert gut in beiden Posteingängen!

Klopfen
quelle
Diese Frage ist für die MacOS-Version von Outlook bestimmt, aber danke für Ihre Antwort.
Bjbk
-1

Versuchen:

Datei: Optionen: E-Mail - Aktivieren Sie das Kontrollkästchen "Vorschau für durch Rechte geschützte E-Mails aktivieren".

GURIVELLI MOHANPRASAD
quelle
1
Wir suchen lange Antworten, die einige Erklärungen und Zusammenhänge liefern. Geben Sie nicht nur eine einzeilige Antwort; Erklären Sie, warum Ihre Antwort richtig ist, idealerweise mit Zitaten. Antworten, die keine Erklärungen enthalten, werden möglicherweise entfernt.
IconDaemon
-1

Gehen Sie zu den Kontoeinstellungen und aktivieren Sie das Kontrollkästchen Exchange-Cache-Modus verwenden, schließen Sie Outlook und öffnen Sie es erneut

ben
quelle
3
Willkommen bei Ask Different! Wir versuchen, die besten Antworten zu finden. Diese Antworten geben Auskunft darüber, warum sie die besten sind. Die Antworten sollten in sich geschlossen sein. Erklären Sie daher, warum die von Ihnen angegebene Antwort das Problem löst oder besser ist als andere. Das Bereitstellen von Links als unterstützende Informationen kann auch dem OP helfen und anderen dabei, zusätzliche Informationen für sich selbst zu finden. Sehen Sie wie man Antwort auf , wie man eine Qualität Antwort zu geben. - Aus der Bewertung
fsb
@ben Welche weiteren Auswirkungen hat das?
Blong