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(Object) method writes the property value stored in the Object.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Object _
)
'Usage
Dim instance As ContactWriter
Dim value As Object
instance.WritePropertyValue(value)
public void WritePropertyValue(
Object value
)
Parameters
- value
Type: System.Object