API Reference
Class
OutlookJournal
Typed Outlook journal fields.
Inheritance
- Object
- OutlookJournal
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDocument.Journal
Constructors
public OutlookJournal() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<DateTimeOffset> Start { get; set; } #Journal activity start.
public Nullable<DateTimeOffset> End { get; set; } #Journal activity end.
public Nullable<Int32> DurationMinutes { get; set; } #Journal activity duration in minutes.
public String Type { get; set; } #Journal activity type.
public String TypeDescription { get; set; } #Journal activity type description.
public Nullable<Int32> Flags { get; set; } #Journal flags.
public Nullable<Boolean> DocumentPrinted { get; set; } #Whether the tracked document was printed.
public Nullable<Boolean> DocumentSaved { get; set; } #Whether the tracked document was saved.
public Nullable<Boolean> DocumentRouted { get; set; } #Whether the tracked document was routed.
public Nullable<Boolean> DocumentPosted { get; set; } #Whether the tracked document was posted.