ContactPropertyReader.ApplyValueOverrides Method
The ApplyValueOverrides(Encoding, ByteEncoder) method overrides the current character set and/or encoding for the current property value.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub ApplyValueOverrides ( _
charset As Encoding, _
decoder As ByteEncoder _
)
'Usage
Dim instance As ContactPropertyReader
Dim charset As Encoding
Dim decoder As ByteEncoder
instance.ApplyValueOverrides(charset, _
decoder)
public void ApplyValueOverrides(
Encoding charset,
ByteEncoder decoder
)
Parameters
- charset
Type: System.Text.Encoding
The character set to use. Can be a null reference (Nothing in Visual Basic).
- decoder
Type: Microsoft.Exchange.Data.Mime.Encoders.ByteEncoder
The decoder to use. Can be a null reference (Nothing in Visual Basic).