Real-Time Email Recipient Action Tracking via Intermediary Service

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The complexity of managing communications, particularly with multiple recipients, is exacerbated by the lack of real-time feedback and updates, leading to mismanagement and inefficiency in tracking actions and presence information.

Innovation Solution

A communication application that receives and tracks actions and presence information from a tracking service in real-time, generating feedback to be presented to participants, enabling real-time monitoring of recipient actions and status within emails or conversations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If real-time tracking of recipient actions is implemented, then communication management efficiency is improved, but device complexity and resource consumption increase

Engineering Contradiction:
Improvecommunication management efficiencyVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

A tracking service acts as an intermediary component that bridges the email application and the user interface. This service independently monitors recipient actions (reading, forwarding, deleting emails) and presence information, then delivers this data to the application. By externalizing the tracking functionality to a separate service layer, the core email application maintains simplicity while still providing comprehensive real-time monitoring capabilities through the intermediary's data collection and delivery mechanisms.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If comprehensive feedback on recipient actions is provided, then communication tracking accuracy is improved, but information processing load increases

Engineering Contradiction:
Improvetracking accuracyVSAvoidprocessor load
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The tracking service extracts and monitors specific recipient actions (read, forward, delete) and presence status independently from the main email processing logic. By separating the data collection function from the analysis and response generation, the system achieves comprehensive tracking accuracy while minimizing the processing burden on the email application. The extraction principle allows the system to focus computational resources only on analyzing the collected action data rather than continuously monitoring all email operations.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system implements a feedback mechanism where the tracking service continuously monitors recipient actions and delivers this information back to the email application in real-time. This feedback loop enables the application to update the user interface with current recipient status and actions without requiring continuous polling or heavy processing. The feedback principle optimizes resource usage by triggering updates only when actual changes occur in recipient behavior, rather than maintaining constant monitoring overhead.

Inventive Principle:
Principle #23Feedback

3Speed

If real-time updates are implemented, then communication responsiveness is improved, but network bandwidth consumption increases

Engineering Contradiction:
Improveupdate responsivenessVSAvoidnetwork bandwidth
Core Design Contradiction:
SpeedVSLoss of energy

Solution Approach 1:

The tracking service implements periodic monitoring of recipient actions rather than continuous data transmission. It collects recipient action data at specific intervals or triggered by actual events (when a recipient reads, forwards, or deletes an email), then batches and delivers this information to the application. This periodic action approach maintains real-time responsiveness by updating only when changes occur, while significantly reducing network bandwidth consumption compared to continuous streaming of all email communication data.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS11271884B2Providing social insight in email
Publication Date: 2022.03.08 MICROSOFT TECHNOLOGY LICENSING LLC
  • US11271884B2 patent drawing
  • US11271884B2 patent drawing
  • US11271884B2 patent drawing

AI summary

A social insight is provided in an email. A communication application initiates operations to provide the social insight by receiving action(s) performed on the email by a recipient from a tracking service. The tracking service is authorized to track the action(s) and provide the action(s) for analysis. The action(s) are also tracked in real time. A feedback is generated based on the action(s). The feedback is presented to a participant within the email or a conversation associated with the email.