MapiTask.MapiTask

MapiTask()

Initializes a new instance of the MapiTask class.

public MapiTask()

See Also


MapiTask(string, string, DateTime, DateTime)

Initializes a new instance of the MapiTask class.

public MapiTask(string subject, string body, DateTime startDate, DateTime dueDate)
ParameterTypeDescription
subjectStringThe subject.
bodyStringThe message body.
startDateDateTimeThe start date.
dueDateDateTimeThe due date.

See Also