ContactCard.Close Method
Closes the contact card.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Close
'Usage
Dim instance As ContactCard
instance.Close()
void Close()
Remarks
You can close a contact card either in the user interface or programmatically by calling this method.