ContactWriter.WritePropertyValue method (Byte[])
The WritePropertyValue([]) method writes a byte array.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Byte() _
)
'Usage
Dim instance As ContactWriter
Dim value As Byte()
instance.WritePropertyValue(value)
public void WritePropertyValue(
byte[] value
)
Parameters
- value
Type: []