Share via


TnefWriter.WritePropertyRawValue method

The WritePropertyRawValue method writes a raw property value from a byte array.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyRawValue ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
)
'Usage
Dim instance As TnefWriter
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer

instance.WritePropertyRawValue(buffer, _
    offset, count)
public void WritePropertyRawValue(
    byte[] buffer,
    int offset,
    int count
)

Parameters

  • buffer
    Type: []

    A byte array containing data to write.

  • offset
    Type: System.Int32

    An integer indicating where in buffer to begin reading data.

  • count
    Type: System.Int32

    An integer indicating the number of bytes to write from buffer.

See also

Reference

TnefWriter class

TnefWriter members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace