ContactWriter.StartProperty Method (String)

The StartProperty(String) method starts a new property that is identified by the property name.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub StartProperty ( _
    name As String _
)
'Usage
Dim instance As ContactWriter
Dim name As String

instance.StartProperty(name)
public void StartProperty(
    string name
)

Parameters