MapiJournal.StartTime

MapiJournal.StartTime property

Gets or sets the time at which the activity began.

public DateTime StartTime { get; set; }

Property Value

The value that represents time at which the activity began.

Exceptions

exceptioncondition
ArgumentExceptiontrows when start time is less than end time.

See Also