ContactWriter.WriteProperty method (PropertyId, String)
The WriteProperty(PropertyId, String) method writes a property.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
propertyId As PropertyId, _
value As String _
)
'Usage
Dim instance As ContactWriter
Dim propertyId As PropertyId
Dim value As String
instance.WriteProperty(propertyId, value)
public void WriteProperty(
PropertyId propertyId,
string value
)
Parameters
- propertyId
Type: Microsoft.Exchange.Data.ContentTypes.vCard.PropertyId
- value
Type: System.String