SetFollowUp Method
Description
Sets an alert for follow-up for the current object.
Syntax
Visual Basic
Public Function SetFollowUp( _
   ByVal FollowUpDate As Date, _
   ByVal Description As String _
) As HResult
Parameters
FollowUpDate
The date the follow-up is configured to activate.
Description
The description of the follow-up.
See Also