_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
<DispIdAttribute()> _
Property BusinessCardLayoutXml As String
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.BusinessCardLayoutXml

instance.BusinessCardLayoutXml = value
[DispIdAttribute()]
string BusinessCardLayoutXml { get; set; }

Property Value

Type: System.String

Remarks

For more information on the XML schema for Electronic Business Cards, see the Microsoft Outlook 2010 XML Schema Reference in the MSDN Library.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Modify the Layout of an Electronic Business Card