Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WritePropertyValue(Boolean, ContactValueSeparators) method writes a property value with the specified content value separator.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Boolean, _
separator As ContactValueSeparators _
)
'Usage
Dim instance As ContactWriter
Dim value As Boolean
Dim separator As ContactValueSeparators
instance.WritePropertyValue(value, separator)
public void WritePropertyValue(
bool value,
ContactValueSeparators separator
)
Parameters
- value
Type: System.Boolean