_ContactItem.BusinessCardLayoutXml Property

Returns or sets a String (string in C#) that represents the XML markup for the layout of the Electronic Business Card. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property BusinessCardLayoutXml As String
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.BusinessCardLayoutXml

instance.BusinessCardLayoutXml = value
string BusinessCardLayoutXml { get; set; }

Property Value

Type: System.String

Remarks

For more information on the XML schema for Electronic Business Cards, see the section Electronic Business Card Layout in the 2007 Microsoft Office System XML Schema Reference.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace