_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
Function ForwardAsVcard As MailItem
'Usage
Dim instance As _ContactItem
Dim returnValue As MailItem

returnValue = instance.ForwardAsVcard()
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.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace