ContactWriter.StartProperty Method (PropertyId)

The StartProperty(PropertyId) method starts a new property that is identified by the property identifier.

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

Syntax

'Declaration
Public Sub StartProperty ( _
    propertyId As PropertyId _
)
'Usage
Dim instance As ContactWriter
Dim propertyId As PropertyId

instance.StartProperty(propertyId)
public void StartProperty(
    PropertyId propertyId
)