GetFollowUp Method
Description
Gets the date and description for the follow-up associated with the current object.
Syntax
Visual Basic
Public Function GetFollowUp( _
   ByRef FollowUpDate As Date, _
   ByRef 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