_ContactItem.ForwardAsVcard Method
Creates a MailItem and attaches the contact information in vCard format.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function ForwardAsVcard As MailItem
'Usage
Dim instance As _ContactItem
Dim returnValue As MailItem
returnValue = instance.ForwardAsVcard()
[DispIdAttribute()]
MailItem ForwardAsVcard()
Return Value
Type: Microsoft.Office.Interop.Outlook.MailItem
A MailItem object that represents the new mail item to which the contact information is attached.
Remarks
vCard is the Internet standard for creating and sharing virtual business cards.