Forwards the ContactItem as a vCard, the Internet standard for creating and sharing virtual business cards. The ForwardAsVcard method returns a MailItem with the vCard file attached.
Syntax
Set objMailItem = objContactItem.ForwardAsVcard
objMailItem Required. An expression that returns a MailItem object.
objContactItem Required. An expression that returns a ContactItem object.