C# Class Shared.Data.Extractors.WindowTitleEmailExtractor

This class offers some methods to receive information about a the time spent in Outlook. Attention: some information might be lost if the user uses Outlook only in the main window (e.g. writing emails not in new window) Hint: The WindowsActivityTracker must be enabled to make use of the extractor
ファイルを表示 Open project: sealuzh/PersonalAnalytics

Public Methods

Method Description
CleanWindowTitle ( string windowTitle ) : string
GetTimeSpentInOutlook ( DateTimeOffset date ) : List

Method Details

CleanWindowTitle() public static method

public static CleanWindowTitle ( string windowTitle ) : string
windowTitle string
return string

GetTimeSpentInOutlook() public static method

public static GetTimeSpentInOutlook ( DateTimeOffset date ) : List
date DateTimeOffset
return List