Hallo Freunde der Sonne,
neulich wurde ich Mal von einem Kunden gefragt – kann man die Lesebestätigungen nicht direkt von Exchange aus blockieren lassen? Die Antwort lautet, yep geht pro Postfach.
Exchange 2013 – Deaktivierung von Lesebestätigungen
Schritt 1: Abrufen der Standard-EMail-Einstellungen pro Postfach
Get-MailboxMessageConfiguration -Identity <Mailbox>
Schritt 2: Deaktivieren der Lesebestätigungen
Set-MailboxMessageConfiguration -Identity <Mailbox> -ReadReceiptResponse NeverSend
Übersicht der Standard-EMail-Einstellungen pro Postfach
AfterMoveOrDeleteBehavior : OpenNextItem NewItemNotification : All EmptyDeletedItemsOnLogoff : False AutoAddSignature : False SignatureText : SignatureHtml : AutoAddSignatureOnMobile : True SignatureTextOnMobile : UseDefaultSignatureOnMobile : True DefaultFontName : Calibri DefaultFontSize : 3 DefaultFontColor : #000000 DefaultFontFlags : Normal AlwaysShowBcc : False AlwaysShowFrom : False DefaultFormat : Html ReadReceiptResponse : DoNotAutomaticallySend PreviewMarkAsReadBehavior : OnSelectionChange PreviewMarkAsReadDelaytime : 5 ConversationSortOrder : ChronologicalNewestOnTop ShowConversationAsTree : False HideDeletedItems : False SendAddressDefault : EmailComposeMode : Inline CheckForForgottenAttachments : True MailboxOwnerId : patria.local/Users/Administrator Identity : patria.local/Users/Administrator IsValid : True ObjectState : Unchanged