_ContactItem.ForwardAsVcard Method

Definition

Creates a MailItem and attaches the contact information in vCard format.

public:
 Microsoft::Office::Interop::Outlook::MailItem ^ ForwardAsVcard();
public Microsoft.Office.Interop.Outlook.MailItem ForwardAsVcard ();
Public Function ForwardAsVcard () As MailItem

Returns

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.

Applies to