ContactWriter.WriteProperty Method (ContactPropertyReader)

The WriteProperty(ContactPropertyReader) method writes a property that is read by the reader.

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

Syntax

'Declaration
Public Sub WriteProperty ( _
    reader As ContactPropertyReader _
)
'Usage
Dim instance As ContactWriter
Dim reader As ContactPropertyReader

instance.WriteProperty(reader)
public void WriteProperty(
    ContactPropertyReader reader
)

Parameters