FollowUpOptions.FollowUpOptions

FollowUpOptions()

Initializes a new instance of the FollowUpOptions class.

public FollowUpOptions()

See Also


FollowUpOptions(string)

Initializes a new instance of the FollowUpOptions class.

public FollowUpOptions(string flagRequest)
ParameterTypeDescription
flagRequestStringThe flag request.

See Also


FollowUpOptions(string, DateTime, DateTime)

Initializes a new instance of the FollowUpOptions class.

public FollowUpOptions(string flagRequest, DateTime startDate, DateTime dueDate)
ParameterTypeDescription
flagRequestStringThe flag request.
startDateDateTimeThe start Date.
dueDateDateTimeThe due Date.

See Also


FollowUpOptions(string, DateTime, DateTime, DateTime)

Initializes a new instance of the FollowUpOptions class.

public FollowUpOptions(string flagRequest, DateTime startDate, DateTime dueDate, 
    DateTime reminderTime)
ParameterTypeDescription
flagRequestStringThe flag request.
startDateDateTimeThe start date.
dueDateDateTimeThe due date.
reminderTimeDateTimeThe reminder time.

See Also