_ContactItem.ForwardAsVcard Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.